Merge pull request #83 from mi-gri/patch-1

Fix for https://github.com/SQ9MDD/TTGO-T-Beam-LoRa-APRS/issues/82
pull/87/head
Rysiek Labus (SQ9MDD) 2021-09-20 21:28:33 +02:00 zatwierdzone przez GitHub
commit 65e5de10e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -173,6 +173,7 @@ void handle_Beacon() {
void handle_Shutdown() {
#ifdef T_BEAM_V1_0
server.send(200,"text/html", "Shutdown");
axp.setChgLEDMode(AXP20X_LED_OFF);
axp.shutdown();
#else
server.send(404,"text/html", "Not supported");
@ -511,4 +512,4 @@ void handle_saveDeviceCfg(){
vTaskDelay(5/portTICK_PERIOD_MS);
}
}
}