station-g2

This commit is contained in:
neil
2024-02-24 14:28:58 -08:00
parent 8bfe5a2bd4
commit 74714bf0c5
6 changed files with 145 additions and 5 deletions

View File

@@ -133,6 +133,8 @@
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_HT62
#elif defined(CHATTER_2)
#define HW_VENDOR meshtastic_HardwareModel_CHATTER_2
#elif defined(STATION_G2)
#define HW_VENDOR meshtastic_HardwareModel_STATION_G2
#endif
// -----------------------------------------------------------------------------
@@ -155,4 +157,4 @@
#define LORA_CS 18
#endif
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32 // FIXME: may be different on ESP32-S3, etc.
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32 // FIXME: may be different on ESP32-S3, etc.