Merge remote-tracking branch 'upstream/master'

pull/1/head
MiGri 2021-09-20 21:40:03 +02:00
commit 6e2f6f3fd6
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);
}
}
}