Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 411 Bytes

esp8266

ESP8266在刷入了nodemcu的固件后,可以通过这里提供的库,实现

http方式下数据上传(LeweiHttpClient.lua)

Tcp方式实现实时控制设备(LeweiTcpClient.lua)

以及

提供了简单的Web配置页面,可以通过简单的代码实现自动配置固件里的参数(EasyWebConfig)

对应的库的开头都提供了例程,请参考并根据需要使用。