From 083eb4a9b373352a23e8bda99da96ad5490fc2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 24 Jul 2017 01:22:27 +0200 Subject: [PATCH] version bump and removed the development AP default config --- user/user_main.h | 2 +- user/wifimgr.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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