jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Configuring the ESP from UART #381

Open milesfrankland opened 6 years ago

milesfrankland commented 6 years ago

Hi, Is it possible to set the wifi settings and other settings via UART? If so is there any docs that details the commands? Thanks

leodesigner commented 6 years ago

Take a look to the cmd processing, from eep-link side it's at least possible to scan wifi networks. But there is no support for new commands from el-client yet. So you have to add new commands to the el-client first.