This commit is contained in:
iranl
2024-12-19 22:34:56 +01:00
parent 6b13c9b947
commit a7bb2282f7
9 changed files with 27 additions and 10 deletions

View File

@@ -215,7 +215,7 @@ inline void initPreferences(Preferences* preferences)
preferences->putBool(preference_debug_readable_data, false);
preferences->putBool(preference_debug_hex_data, false);
preferences->putBool(preference_debug_command, false);
preferences->putBool(preference_connect_mode, false);
preferences->putBool(preference_connect_mode, true);
#ifndef CONFIG_IDF_TARGET_ESP32H2
WiFi.begin();