microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.24k stars 112 forks source link

Developer documentation for device schema modification #593

Open pelikhan opened 11 months ago

pelikhan commented 11 months ago

Needed to be able to add support for ESP32 FlashMode flags.

mmoskal commented 11 months ago

I guess one just needs to run ./regen.sh in boards/. Also this is optional (only used for intellisense of the .json file). Will look into adding some docs somewhere.