mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 17:32:47 +02:00
feat: battery voltage cutoff monitor
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user