Yep, I'd try and get away with one 'board' file wherever possible.
this would then allow us to have one set of firmware for ALL ESP8266 boards irrespective of flash size
Yes, that sounds like neat idea...
As I understand it, OTA on the ESP8266 was more of a developer tool? If so, maybe it could be kept around with ESP8266_OTA in the Makefile (but the same board.py?)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yep, I'd try and get away with one 'board' file wherever possible.
Yes, that sounds like neat idea...
As I understand it, OTA on the ESP8266 was more of a developer tool? If so, maybe it could be kept around with
ESP8266_OTA
in the Makefile (but the sameboard.py
?)