feat: battery voltage cutoff monitor

This commit is contained in:
SQ2CPA
2024-03-21 17:31:54 +01:00
parent a44c6ca96c
commit 15be5fc611
6 changed files with 56 additions and 9 deletions
-1
View File
@@ -168,7 +168,6 @@ namespace WEB_Utils {
String type = request->getParam("type", false)->value();
if (type == "send-beacon") {
Serial.println(lastBeaconTx);
lastBeaconTx = 0;
request->send(200, "text/plain", "Beacon will be sent in a while");