JAndrassy/arduino-firmware-wifilink

After put data/config.json, there is no effect.

kalsolio opened this issue · 4 comments

I add a right config.json in data/config.json. After Upload like this, My uno wifi board has no ip address.
001
002

I put ssid and password into config.json

After set ssid and password by webpanel, ReUpload SPIFFS also have no effect, I can saw the last setting info, not the setting by config.json file.

I found this.
WiFi.begin(); // connect to AP with credentials remembered by esp sdk

sorry, I changed it recently