From df1109ea39237fe6b564c58d8e8d6c73dc059b94 Mon Sep 17 00:00:00 2001 From: Proddy Date: Mon, 12 Feb 2024 11:22:21 +0100 Subject: [PATCH] remove wifi_tweak --- pio_local.ini_example | 1 - src/system.h | 1 - 2 files changed, 2 deletions(-) diff --git a/pio_local.ini_example b/pio_local.ini_example index 9e25f8543..451ef3d5d 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -2,7 +2,6 @@ [common] ; custom build flags to use in my_build_flags -; -DEMSESP_WIFI_TWEAK ; experimental WiFi tweaks for stability ; -DEMSESP_UART_DEBUG ; debugging UART ; -DEMSESP_DEBUG ; enables DEBUG to the log. Will generate a lot of extra traffic on Console and Syslog ; -DEMSESP_DEFAULT_BOARD_PROFILE=\"NODEMCU\" ; hard code the default board name diff --git a/src/system.h b/src/system.h index ccff2ae71..b7dea5c9a 100644 --- a/src/system.h +++ b/src/system.h @@ -75,7 +75,6 @@ class System { bool upload_status(); void show_mem(const char * note); void reload_settings(); - void wifi_tweak(); void syslog_init(); bool check_upgrade(bool factory_settings); bool check_restore();