#pragma once #define RADIOLIB_STATIC_ONLY 1 #include #include #include #include #include #include #ifdef DISPLAY_CLASS #include extern DISPLAY_CLASS display; #include extern MomentaryButton user_btn; #if defined(PIN_USER_BTN_ANA) extern MomentaryButton analog_btn; #endif #endif extern RAK3401Board board; extern WRAPPER_CLASS radio_driver; extern AutoDiscoverRTCClock rtc_clock; extern EnvironmentSensorManager sensors; bool radio_init(); mesh::LocalIdentity radio_new_identity();