fix workflow

This commit is contained in:
lumapu 2023-02-25 02:03:03 +01:00
parent dab6b17200
commit 3cfa564171
2 changed files with 8 additions and 9 deletions

View file

@ -182,7 +182,6 @@ class RestApi {
}
void getGeneric(JsonObject obj) {
obj[F("build")] = String(AUTO_GIT_HASH);
obj[F("wifi_rssi")] = (WiFi.status() != WL_CONNECTED) ? 0 : WiFi.RSSI();
obj[F("ts_uptime")] = mApp->getUptime();
obj[F("menu_prot")] = mApp->getProtection();