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 9b4d3f2 commit de9c276Copy full SHA for de9c276
examples/i2s/i2s_lora_walkie_talkie.ino
@@ -86,7 +86,7 @@ uint8_t *c2_bits_; // buffer for encoded frame
86
87
// light sleep
88
#define LIGHT_SLEEP_DELAY_MS 5000 // how long to wait before engering light sleep
89
-#define LIGHT_SLEEP_BITMASK (uint64_t)(1 << LORA_RADIO_PIN_A) | (1 << LORA_RADIO_PIN_B) // bit mask for ext1 high pin wake up
+#define LIGHT_SLEEP_BITMASK (uint64_t)(1 << LORA_RADIO_PIN_B) // bit mask for ext1 high pin wake up
90
91
Timer<1> light_sleep_timer_; // light sleep timer
92
Timer<1>::Task light_sleep_timer_task_; // light sleep timer task
0 commit comments