firmware/src/platform/portduino/architecture.h
2023-02-11 10:09:48 +01:00

20 lines
253 B
C

#pragma once
#define ARCH_PORTDUINO
//
// set HW_VENDOR
//
#define HW_VENDOR meshtastic_HardwareModel_PORTDUINO
#ifndef HAS_WIFI
#define HAS_WIFI 1
#endif
#ifndef HAS_RTC
#define HAS_RTC 1
#endif
#ifndef HAS_TELEMETRY
#define HAS_TELEMETRY 1
#endif