【发布时间】:2020-02-23 12:45:58
【问题描述】:
我有一块 LOLIN D1 迷你板,我想使用 CLion。我可以将此板添加到 Arduino IDE 并使用此 URL:http://arduino.esp8266.com/stable/package_esp8266com_index.json 和 Arduino IDE 板管理器使用它。 但是 CLion Arduino 插件只有默认板。有没有办法将其他板添加到 CLion?
【问题讨论】:
我有一块 LOLIN D1 迷你板,我想使用 CLion。我可以将此板添加到 Arduino IDE 并使用此 URL:http://arduino.esp8266.com/stable/package_esp8266com_index.json 和 Arduino IDE 板管理器使用它。 但是 CLion Arduino 插件只有默认板。有没有办法将其他板添加到 CLion?
【问题讨论】:
您需要将您的电路板配置添加到boards.txt 文件中。不确定您的计算机使用什么操作系统,对于我机器上的 Mac,它位于 ~/Library/Arduino15/packages/esp8266/hardware/esp8266/2.5.2/。
【讨论】: