Skip to content

Commit 8c74767

Browse files
Update libraries/SubGhz/examples/ReadRegister/ReadRegister.ino
Co-authored-by: Oliv' <oliv4945@gmail.com>
1 parent 40d6b25 commit 8c74767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SubGhz/examples/ReadRegister/ReadRegister.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void setup() {
4444
SubGhz.setNssActive(false);
4545
SubGhz.SPI.endTransaction();
4646

47-
// This should print a register value 0x14 (reset value of the sync word MSB)
47+
// This should print a register value 0x14 (reset value of the LoRa sync word MSB)
4848
Serial.print("Status: 0x");
4949
Serial.println(status, HEX);
5050
Serial.print("Register value: 0x");

0 commit comments

Comments
 (0)