#pragma once #define RADIOLIB_STATIC_ONLY 1 #include #include #include #include #include #include #ifdef DISPLAY_CLASS #include #if defined(UI_HAS_ROTARY_INPUT) #include #endif #ifdef HELTEC_RC32_WITH_DISPLAY #include #else #include #endif #endif extern HeltecRC32Board board; extern WRAPPER_CLASS radio_driver; extern AutoDiscoverRTCClock rtc_clock; extern EnvironmentSensorManager sensors; #ifdef DISPLAY_CLASS extern DISPLAY_CLASS display; extern MomentaryButton user_btn; #if defined(UI_HAS_ROTARY_INPUT) extern RotaryInput& rotary_input; #endif #endif bool radio_init(); mesh::LocalIdentity radio_new_identity();