Add HAS_TELEMETRY to portduino

This commit is contained in:
GUVWAF 2023-02-11 10:09:48 +01:00
parent 680550b76c
commit 03f584a5ab

View File

@ -8,5 +8,12 @@
#define HW_VENDOR meshtastic_HardwareModel_PORTDUINO
#define HAS_RTC 1
#ifndef HAS_WIFI
#define HAS_WIFI 1
#endif
#ifndef HAS_RTC
#define HAS_RTC 1
#endif
#ifndef HAS_TELEMETRY
#define HAS_TELEMETRY 1
#endif