Fix serious bug: button presses were not waking from light-sleep on TBEAM

Root cause seems to be the axp192 interrupt, which on some boards fires
during sleep.  I'm not sure why, but we don't need this yet, so leaving
masked during sleep.
This commit is contained in:
geeksville
2020-03-13 22:42:43 -07:00
parent 04258755e7
commit 1107c6d23d
3 changed files with 15 additions and 2 deletions

View File

@@ -341,6 +341,9 @@ void loop()
// axpDebugOutput.loop();
loopBLE();
// for debug printing
// service.radio.rf95.canSleep();
#ifdef T_BEAM_V10
if (axp192_found)
{