added system command wifi reconnect

This commit is contained in:
proddy
2020-07-26 22:35:33 +02:00
parent b7e72fd18f
commit 5c354af1ba
3 changed files with 45 additions and 28 deletions

View File

@@ -98,6 +98,7 @@ class System {
static void show_system(uuid::console::Shell & shell);
static void show_users(uuid::console::Shell & shell);
static void wifi_reconnect();
static int8_t wifi_quality();
bool system_healthy_ = false;