power tweak & add power trace
This commit is contained in:
parent
fec39ffdab
commit
0bf87e1db6
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
|
|
@ -317,7 +317,7 @@ void loop()
|
||||||
// Send data via RF
|
// Send data via RF
|
||||||
power_spi_enable();
|
power_spi_enable();
|
||||||
rf12_sleep(RF12_WAKEUP);
|
rf12_sleep(RF12_WAKEUP);
|
||||||
dodelay(100);
|
dodelay(50);
|
||||||
rf12_sendNow(0, &emonth, sizeof emonth);
|
rf12_sendNow(0, &emonth, sizeof emonth);
|
||||||
// set the sync mode to 2 if the fuses are still the Arduino default
|
// set the sync mode to 2 if the fuses are still the Arduino default
|
||||||
// mode 3 (full powerdown) can only be used with 258 CK startup fuses
|
// mode 3 (full powerdown) can only be used with 258 CK startup fuses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue