Move LED define to global + defines to fix TTGO compile #380

Closed
opened 2026-04-05 17:52:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @unlogisch04 on 4/1/2022

the LED_PIN is wrong in const.h
moved it to globals.h with the option to accept changes from defines.h
with that it should fix #37

my understanding is, that globals.h adds all the missing stuff from defines.h with the default values.
Any meaning on this?

*Originally created by @unlogisch04 on 4/1/2022* the LED_PIN is wrong in const.h moved it to globals.h with the option to accept changes from defines.h with that it should fix #37 my understanding is, that globals.h adds all the missing stuff from defines.h with the default values. Any meaning on this?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#380