norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
14 stars 10 forks source link

auto generate Page / Parameter section of config.json #115

Open TobiasE-github opened 3 days ago

TobiasE-github commented 3 days ago

Adding new pages to config.json is cumbersome and error-prone. If you consider this useful, i could write a script that generates the whole section from simple input ( e.g. one textfile per page, containing the parameters).

This script could either be used manually when creating a new page, or be called automatically during the build / compile process.