add display to station G2 firmwares

This commit is contained in:
JQ 2025-06-02 14:10:10 -07:00
parent 8cf20c7c24
commit 203a7f2bd3
3 changed files with 20 additions and 3 deletions

View file

@ -16,6 +16,10 @@ ESP32RTCClock fallback_clock;
AutoDiscoverRTCClock rtc_clock(fallback_clock);
SensorManager sensors;
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
#endif
#ifndef LORA_CR
#define LORA_CR 5
#endif