Cette révision appartient à :
JQ
2025-06-27 23:30:52 -07:00
Parent e417c43c30
révision ff3e888dfd
4 fichiers modifiés avec 35 ajouts et 34 suppressions
+5 -5
Voir le fichier
@@ -2,13 +2,13 @@
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/HeltecV3Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/HeltecV3Board.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/SensorManager.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/E213Display.h>
#include <helpers/ui/E213Display.h>
#endif
extern HeltecV3Board board;
@@ -17,7 +17,7 @@ extern AutoDiscoverRTCClock rtc_clock;
extern SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern DISPLAY_CLASS display;
#endif
bool radio_init();