Memo
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
variants/heltec_v3/target.h
|
|
|
@ -7,6 +7,7 @@ |
|
|
|
#include <helpers/CustomSX1262Wrapper.h> |
|
|
|
#include <helpers/AutoDiscoverRTCClock.h> |
|
|
|
#include <helpers/SensorManager.h> |
|
|
|
#include <helpers/sensors/EnvironmentSensorManager.h> |
|
|
|
#ifdef DISPLAY_CLASS |
|
|
|
#include <helpers/ui/SSD1306Display.h> |
|
|
|
#endif |
|
|
|
@ -14,7 +15,7 @@ |
|
|
|
extern HeltecV3Board board; |
|
|
|
extern WRAPPER_CLASS radio_driver; |
|
|
|
extern AutoDiscoverRTCClock rtc_clock; |
|
|
|
extern SensorManager sensors; |
|
|
|
extern EnvironmentSensorManager sensors; |
|
|
|
|
|
|
|
#ifdef DISPLAY_CLASS |
|
|
|
extern DISPLAY_CLASS display; |
|
|
|
|