SQ9MDD / TTGO-T-Beam-LoRa-APRS

Use TTGO T-Beam as LoRa APRS Tracker
64 stars 23 forks source link

Blue blinking LED after Auto Power Off #82

Closed mi-gri closed 2 years ago

mi-gri commented 2 years ago

Since one of the last updates, a blue LED flashes on my T-Beam 1.1 after Auto Shut Down. Is this supposed to be like that?

mattbk commented 2 years ago

Is it shut down, or just the screen turned off? A recent update turns the screen off after several seconds, and switched back on again with button press.

mi-gri commented 2 years ago

It is shut down following the auto shut down timer: It is not connectable and sends nothing out.

SQ9MDD commented 2 years ago

I think just before the command: axp.shutdown(); still needs to be done: axp.setChgLEDMode(AXP20X_LED_OFF);

SQ9MDD commented 2 years ago

I set the tracker to turn off automatically if the voltage is less than 3.3V while turning off 4Hz signaling. Let's see if this helps

mi-gri commented 2 years ago

Seems to work. Just added a pull request for the second shutdown code in taskWebServer.cpp

SQ9MDD commented 2 years ago

I hope this helped. I will close the ticket if there is a problem, we will reopen it