http://arduino.esp8266.com/versions/2.0 ... index.json
in the codebender.cc platform
https://codebender.cc/boards
The upload fails because the structure of the uploaded file must have this structure
##########################################################
uno.name=Arduino Uno
uno.upload.protocol=arduino
uno.upload.maximum_size=32256
uno.upload.speed=115200
uno.bootloader.low_fuses=0xff
uno.bootloader.high_fuses=0xde
uno.bootloader.extended_fuses=0x05
uno.bootloader.path=optiboot
uno.bootloader.file=optiboot_atmega328.hex
uno.bootloader.unlock_bits=0x3F
uno.bootloader.lock_bits=0x0F
uno.build.mcu=atmega328p
uno.build.f_cpu=16000000L
uno.build.core=arduino
uno.build.variant=standard
Is there a way to solve this problem? How can i convert the .json file?
thanks a lot for the help