fix ADC stuff, and pin defs. get ready for SuperIO support. will I buy one? Maybe!

This commit is contained in:
Ev Lbibass 2026-03-16 22:05:14 -04:00
parent 20953e56d6
commit 08cb7dd7da
4 changed files with 99 additions and 104 deletions

View file

@ -12,8 +12,7 @@ WRAPPER_CLASS radio_driver(radio, board);
VolatileRTCClock rtc_clock;
// MicroNMEALocationProvider nmea = MicroNMEALocationProvider(Serial1, &rtc_clock);
EnvironmentSensorManager sensors; // Added: Instantiate sensors (no GPS, as it's disabled)
EnvironmentSensorManager sensors; // only enable environment sensors. GPS is disabled.
#ifdef DISPLAY_CLASS
NullDisplayDriver display;
#endif