SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
840 stars 288 forks source link

Make defines.h more powerfull #334

Open unlogisch04 opened 3 months ago

unlogisch04 commented 3 months ago

Current situation: debug.h is included before defines,h.

I would love to be able to override the most defines in defines.h so all configuration changes (MBE,...) can be easy done within one file.

It would also allow to add some custom fields to the Webflasher to enable/disable some options. An idea but not sure if it is a valid option on point of security and storage back end.