Memo
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/heltec_v3/target.cpp
|
|
@ -14,7 +14,7 @@ WRAPPER_CLASS radio_driver(radio, board); |
|
|
|
|
|
|
|
|
ESP32RTCClock fallback_clock; |
|
|
ESP32RTCClock fallback_clock; |
|
|
AutoDiscoverRTCClock rtc_clock(fallback_clock); |
|
|
AutoDiscoverRTCClock rtc_clock(fallback_clock); |
|
|
SensorManager sensors; |
|
|
EnvironmentSensorManager sensors; |
|
|
|
|
|
|
|
|
#ifdef DISPLAY_CLASS |
|
|
#ifdef DISPLAY_CLASS |
|
|
DISPLAY_CLASS display; |
|
|
DISPLAY_CLASS display; |
|
|
|