Arduino IDE 安装esp8266 2.4.rc2的编译环境

时间:2023-03-09 13:08:12
Arduino IDE 安装esp8266 2.4.rc2的编译环境

  2.4. 版本, 有一个我需要的功能, 串口缓存, 可以修改.

Serial.setRxBufferSize(1024); //修改为1024个字节.

  安装步骤:

1. 需要*. 推荐用"蓝灯", https://github.com/get*/forum

2.安装完蓝灯后, 查询代理端口号

Arduino IDE 安装esp8266 2.4.rc2的编译环境

Arduino IDE 安装esp8266 2.4.rc2的编译环境

3. 设置arduino IDE.

添加 2.4, 的JSON文件. 这个和2.3的不同. 可以用逗号","隔开. 填写在后面.

http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://github.com/esp8266/Arduino/releases/download/2.4.0-rc2/package_esp8266com_index.json

后面的, 是2.4版本.

Arduino IDE 安装esp8266 2.4.rc2的编译环境

4. 设置Arduino的网络代理.

Arduino IDE 安装esp8266 2.4.rc2的编译环境

5. 更新下载. 就可以了

Arduino IDE 安装esp8266 2.4.rc2的编译环境