This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "common/cs_dbg.h" | |
#include "wifi_setup.h" | |
#include "setup_mode.h" | |
#include "mgos_system.h" | |
#include "mgos_timers.h" | |
#include "mgos_wifi.h" | |
#include "mgos_wifi_hal.h" | |
bool g_wifi_setup_ap_setup_ret = false; | |
bool g_wifi_setup_sta_setup_ret = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rBoot v1.2.1-cesanta1 - richardaburton@gmail.com | |
Flash Size: 32 Mbit | |
Flash Mode: DIO | |
Flash Speed: 40 MHz | |
rBoot Option: Big flash | |
[Aug 16 14:14:24.286] Booting rom 0 (0x8000). | |
8 n > r n b l` r c 8 r 8 ode : softAP(62:01:94:09:c4:7c) | |
esp_mgos_init2 smartsnugg-bridge 1.0 (20180816-032301/Master@ea9f78c0+) | |
esp_mgos_init2 Mongoose OS 2018081603 (20180816-032301/???) | |
esp_mgos_init2 CPU: ESP8266EX, 160 MHz, RAM: 52184 total, 49572 free |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rBoot v1.2.1-cesanta1 - richardaburton@gmail.com | |
Flash Size: 32 Mbit | |
Flash Mode: DIO | |
Flash Speed: 40 MHz | |
rBoot Option: Big flash | |
[Aug 16 14:13:14.634] | |
Booting rom 0 (0x8000). | |
8 n > r n b l` r # 8 r 8 ode : softAP(62:01:94:09:c4:7c) | |
esp_mgos_init2 smartsnugg-bridge 1.0 (20180816-032301/Master@ea9f78c0+) | |
esp_mgos_init2 Mongoose OS 2018081603 (20180816-032301/???) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "common/cs_dbg.h" | |
#include "wifi_setup.h" | |
#include "mgos_system.h" | |
#include "mgos_timers.h" | |
#include "mgos_wifi.h" | |
#include "mgos_wifi_hal.h" | |
bool g_wifi_setup_ap_setup_ret = false; | |
bool g_wifi_setup_sta_setup_ret = false; |