We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d266cb commit 7829264Copy full SHA for 7829264
src/main/config.h
@@ -26,7 +26,7 @@ const char PARAM_INPUT_3[] = "hostname";
26
constexpr char ssidPath[] = "/ssid.txt";
27
constexpr char passPath[] = "/pass.txt";
28
constexpr char hostnamePath[] = "/hostname.txt";
29
-constexpr char AP_SSID[] = "ESP32PLANT";
+constexpr char AP_SSID[] = "ESP32PLANT-WIFI-MANAGER";
30
constexpr char AP_PASSWORD[] = "ESP32PLANT";
31
32
// PINS CONFIGURATION
0 commit comments