#pragma once #define RADIOLIB_STATIC_ONLY 1 #include #include #include #include #include #include #include #ifdef DISPLAY_CLASS #ifdef HELTEC_LORA_V4_OLED #include #elif defined(HELTEC_LORA_V4_TFT) #include #endif #include #endif extern HeltecV4Board board; extern WRAPPER_CLASS radio_driver; extern AutoDiscoverRTCClock rtc_clock; extern EnvironmentSensorManager sensors; #ifdef DISPLAY_CLASS extern DISPLAY_CLASS display; extern MomentaryButton user_btn; #endif bool radio_init(); mesh::LocalIdentity radio_new_identity();