power tweak & add power trace

This commit is contained in:
Glyn Hudson 2016-09-28 18:26:39 +01:00
parent fec39ffdab
commit 0bf87e1db6
2 changed files with 1 additions and 1 deletions

BIN
docs/emonth2_power.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -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