Files
firmware/src/platform/portduino/architecture.h

19 lines
254 B
C
Raw Normal View History

#pragma once
#define ARCH_PORTDUINO 1
//
// set HW_VENDOR
//
2023-01-21 18:39:58 +01:00
#define HW_VENDOR meshtastic_HardwareModel_PORTDUINO
2023-02-11 10:09:48 +01:00
#ifndef HAS_WIFI
#define HAS_WIFI 1
2023-02-11 10:09:48 +01:00
#endif
#ifndef HAS_RTC
#define HAS_RTC 1
#endif
#ifndef HAS_TELEMETRY
#define HAS_TELEMETRY 1
2023-11-29 00:48:30 -06:00
#endif