Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
add WEMOS D1 MINI ESP32 with RFM95W mapping
  • Loading branch information
evon800c committed Jun 27, 2024
1 parent d1929d8 commit 818900f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ const uint8_t subBand = 0; // For US915, change this to 2, otherwise leave on 0
#pragma error ("ARDUINO_TBEAM_USE_RADIO_SX1276 awaiting pin map")
#define LORA_CHIP SX1276

// AZ-Delievry
#elif defined(ARDUINO_D1_MINI32)
// ESP32-WROOM-32
#define PIN_LORA_NSS 27
#define PIN_LORA_RST 32
#define PIN_LORA_IRQ 21
#define PIN_LORA_GPIO 33
#define PIN_LORA_DIO2 RADIOLIB_NC
#pragma message("wemos_d1_mini32 - WEMOS D1 MINI ESP32 defined; assuming RFM95W will be used")
#define LORA_CHIP SX1276

// Heltec
#elif defined(ARDUINO_HELTEC_WIFI_LORA_32)
Expand Down

0 comments on commit 818900f

Please sign in to comment.