8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d6b25 commit 8c74767Copy full SHA for 8c74767
libraries/SubGhz/examples/ReadRegister/ReadRegister.ino
@@ -44,7 +44,7 @@ void setup() {
44
SubGhz.setNssActive(false);
45
SubGhz.SPI.endTransaction();
46
47
- // This should print a register value 0x14 (reset value of the sync word MSB)
+ // This should print a register value 0x14 (reset value of the LoRa sync word MSB)
48
Serial.print("Status: 0x");
49
Serial.println(status, HEX);
50
Serial.print("Register value: 0x");
0 commit comments