Vscode PlatformIO上传固件到ESP-01S失败的解决方法
折腾了老半天,原来在platformio.ini中添加一行设置即可。 upload_resetmethod = nodemcu 完整的设置如下: [env:esp01_1m] platform = espressif8266 board =...
折腾了老半天,原来在platformio.ini中添加一行设置即可。 upload_resetmethod = nodemcu 完整的设置如下: [env:esp01_1m] platform = espressif8266 board =...
原创作品。DIY智能鱼缸控制软件轻量版fishaiLite: DIY智能鱼缸控制软件轻量版 (gitee.com) 介绍 基于ESP32或ESP8266物联网模块作为核心控制器,最多可控制10路继电器。 基于Blinker库实现点灯科技的A...