#pragma once // target.cpp directly configures GPIO48 for the board's status LED. #define USER_GPIO_RESERVED_PINS 48 #define RADIOLIB_STATIC_ONLY 1 #include #include //#include #include #include #include #include #ifdef DISPLAY_CLASS #include #include #endif extern ThinknodeM2Board board; extern WRAPPER_CLASS radio_driver; extern AutoDiscoverRTCClock rtc_clock; extern SensorManager sensors; #ifdef DISPLAY_CLASS extern DISPLAY_CLASS display; extern MomentaryButton user_btn; #endif bool radio_init(); mesh::LocalIdentity radio_new_identity();