raburton / rboot

An open source bootloader for the ESP8266
https://richard.burtons.org/tag/rboot/?order=ASC
MIT License
299 stars 72 forks source link

rboot for esp arduio lib #27

Open mkeyno opened 7 years ago

mkeyno commented 7 years ago

sorry to open ticket for my question, but I found your reference link on some of pages, I was wondering whether your lib can officially merge to the Arduino ESP8266 lib so could have your lib benefit in Arduio environmental

raburton commented 7 years ago

I've never used arduino ide with esp8266, but as it's just c++ using the standard tool chain, with a few libraries tacked on (as far as I understand it), then it should work fine. You'd need to tweak the build files, and then add in the ota code.