Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pu2clr committed Jul 14, 2024
1 parent 0ad14fc commit 19d0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_SERIAL_MONITOR/B_TX/B_TX.ino
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void setup() {
sprintf(str, "\n\nBroadcasting...");
Serial.print(str);

analogWrite(9, 80);
analogWrite(9, 50); // It is about 1/5 of the max power. It is between 1 and 1,4 W

sprintf(str, "\n\nSYSTEM1: %X (Hex)\nSYSTEM2: %X (Hex)", dv.getRegister(QN_SYSTEM1), dv.getRegister(QN_SYSTEM2));
Serial.print(str);
Expand Down

0 comments on commit 19d0cee

Please sign in to comment.