You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mDNS broadcasting was working fine, and recently it stopped working after latest flashes (still works on devises that were fleshed 3 month ago .
Here is my config
sensesp_app = (&builder)
// Set a custom hostname for the app.
->set_hostname("boatsense-water")
//->enable_ota("passwordforota")
// Optionally, hard-code the WiFi and Signal K server
// settings. This is normally not needed.
//->set_wifi("My WiFi SSID", "my_wifi_password")
//->set_sk_server("192.168.10.3", 80)
->get_app();
And here is the log from terminal
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13232
load:0x40080400,len:3028
entry 0x400805e4
(SetupSerialDebug)(C1)
Serial debugging enabled
(load_configuration)(C1) Loading configuration for path '/System/WiFi Settings' from '/1y6oPD6lHzs1o19UpJFFjbslZu8='
(load_configuration)(C1) Could not find configuration for path /System/Signal K Settings
(load_configuration)(C1) Not loading configuraets Jul 29 2019 12:21:46
The text was updated successfully, but these errors were encountered:
The mDNS broadcasting was working fine, and recently it stopped working after latest flashes (still works on devises that were fleshed 3 month ago .
Here is my config
sensesp_app = (&builder)
// Set a custom hostname for the app.
->set_hostname("boatsense-water")
//->enable_ota("passwordforota")
// Optionally, hard-code the WiFi and Signal K server
// settings. This is normally not needed.
//->set_wifi("My WiFi SSID", "my_wifi_password")
//->set_sk_server("192.168.10.3", 80)
->get_app();
And here is the log from terminal
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13232
load:0x40080400,len:3028
entry 0x400805e4
(SetupSerialDebug)(C1)
Serial debugging enabled
(load_configuration)(C1) Loading configuration for path '/System/WiFi Settings' from '/1y6oPD6lHzs1o19UpJFFjbslZu8='
(load_configuration)(C1) Could not find configuration for path /System/Signal K Settings
(load_configuration)(C1) Not loading configuraets Jul 29 2019 12:21:46
The text was updated successfully, but these errors were encountered: