mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix ADC stuff, and pin defs. get ready for SuperIO support. will I buy one? Maybe!
This commit is contained in:
parent
20953e56d6
commit
08cb7dd7da
4 changed files with 99 additions and 104 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue