1291ebfedccd4b67d5c7512cad2dfa25a254e974
WiFi天气微站
esp8266版天气信息显示设备
API接口
-
/ping
-
/status
-
/weather /weather/?city=xxx&force=1
-
/lcd
-
/lcd/set, POST
-
/exec, POST
# read memory free
> *curl -H "Content-Type: application/json" -X POST -d '{"cmd":"import gc;gc.collect();R=gc.mem_free()", "token":"c6b74200"}' http://192.168.99.194/exec*
# reset
> *curl -H "Content-Type: application/json" -X POST -d '{"cmd":"import machine; machine.reset()", "token":"c6b74200"}' http://192.168.99.194/exec*
## 参考资料
[MicroPython remote control: mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html)
Description
Releases
1
v1.3.8-20260208
Latest
Languages
Python
83.5%
HTML
15.1%
Shell
1.4%