diff --git a/user/user_main.h b/user/user_main.h index 053e382..1a73c9d 100644 --- a/user/user_main.h +++ b/user/user_main.h @@ -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 diff --git a/user/wifimgr.c b/user/wifimgr.c index 5a4b132..4299b70 100644 --- a/user/wifimgr.c +++ b/user/wifimgr.c @@ -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