arduino-esp8266fs-plugin
arduino-esp8266fs-plugin copied to clipboard
How can I make an Arduino plugin like this?
Does there exist any tutorials on how to make IDE java plugins like this? I've tried some Google-fu, but haven't come up with anything. Thanks!
to be honest there really isn't much info. This and the exception decoder are the only plugins I know of. In the IDE folder, where the hardware folder is, there is "tools" folder with one text file and a folder called "Mangler". Read the file and check the folder :) You can use our plugins for reference as well.
Would you be so kind and write small cookbook how to write Arduino plugins?