xiao_s3: use environment sensor manager and add sensor role

This commit is contained in:
Florent
2025-11-16 16:55:16 +01:00
parent 8dbb0f5f23
commit 3dd6dc02ea
3 changed files with 27 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ WRAPPER_CLASS radio_driver(radio, board);
ESP32RTCClock fallback_clock;
AutoDiscoverRTCClock rtc_clock(fallback_clock);
SensorManager sensors;
EnvironmentSensorManager sensors;
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;