master
Martin Ger 2018-07-18 20:04:31 +02:00
rodzic ac9041d2d1
commit 358672e085
5 zmienionych plików z 5 dodań i 7 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,2 +1,2 @@
fc934837e57507b0e318ae84738b9838584efbab 0x00000.bin
e35e62cba7daba715dc97b08c77ea93bee07c966 0x10000.bin
0388ae2e0e8a790a8bc05f58af545364a7450b20 0x00000.bin
a375ec4ac364e900b5526b06f475e6b769547476 0x10000.bin

Wyświetl plik

@ -508,10 +508,8 @@ void ICACHE_FLASH_ATTR console_handle_command(struct espconn *pespconn) {
save_retainedtopics();
os_printf("Restarting ... \r\n");
system_restart(); // if it works this will not return
os_sprintf(response, "Reset failed\r\n");
goto command_handled;
system_restart();
while (true);
}
if (strcmp(tokens[0], "quit") == 0) {

Wyświetl plik

@ -1,7 +1,7 @@
#ifndef _USER_CONFIG_
#define _USER_CONFIG_
#define ESP_UBROKER_VERSION "V2.0.5"
#define ESP_UBROKER_VERSION "V2.0.6"
#define WIFI_SSID "ssid"
#define WIFI_PASSWORD "password"