version bump and removed the development AP default config
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef USER_MAIN_H_H
|
||||
#define USER_MAIN_H_H
|
||||
|
||||
#define FIRMWARE_VERSION "0.5.6"
|
||||
#define FIRMWARE_VERSION "0.6.0-beta"
|
||||
#define TERMINAL_GITHUB_REPO "https://github.com/MightyPork/esp-vt100-firmware"
|
||||
|
||||
#endif //USER_MAIN_H_H
|
||||
|
||||
+3
-3
@@ -45,9 +45,9 @@ wifimgr_restore_defaults(void)
|
||||
IP4_ADDR(&wificonf->sta_addr.gw, 192, 168, 0, 1);
|
||||
|
||||
// DEBUG ONLY - TODO remove for release
|
||||
wificonf->opmode = STATION_MODE;
|
||||
sprintf((char*)wificonf->sta_ssid, "Chlivek");
|
||||
sprintf((char*)wificonf->sta_password, "prase chrochta");
|
||||
// wificonf->opmode = STATION_MODE;
|
||||
// sprintf((char*)wificonf->sta_ssid, "Chlivek");
|
||||
// sprintf((char*)wificonf->sta_password, "prase chrochta");
|
||||
}
|
||||
|
||||
static void ICACHE_FLASH_ATTR
|
||||
|
||||
Reference in New Issue
Block a user