Skip to content

Commit

Permalink
Update architecture.h (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbirss authored Aug 24, 2023
1 parent 00ffe73 commit c2ae384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/platform/esp32/architecture.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
#define HW_VENDOR meshtastic_HardwareModel_BETAFPV_900_NANO_TX
#elif defined(PICOMPUTER_S3)
#define HW_VENDOR meshtastic_HardwareModel_PICOMPUTER_S3
#elif defined(HELTEC_HT62)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_HT62
#endif

//
Expand Down Expand Up @@ -149,4 +151,4 @@
#define RF95_NSS 18
#endif

#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32

0 comments on commit c2ae384

Please sign in to comment.