ESP8266 arduino http OTA

ESP8266不仅可以通过IDE进行OTA,也可以通过具体网址进行OTA 123456789101112131415161718192021222324252627282930313233343536373839404142434445#includ...

应用231

ESP8266 arduino OTA

联网成功后可以通过IDE进行OTA升级,代码如下 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545...

应用307