I have a LOLIN D1 mini board and i want to use CLion with it. I am able to add this board to Arduino IDE and work with it using this URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json and Arduino IDE boards manager. But CLion Arduino plugin has only default boards. Is there a way to add other boards to CLion?
I figured this you. You need to manually specify the boards.txt file in arduino plugin settings.
Then CLion will show desired boards on Arduino project creation.