Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Jul 2, 2024
1 parent 6e44bcc commit d37b0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ 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
// AZ-Delivery
#elif defined(ARDUINO_D1_MINI32)
// ESP32-WROOM-32
#define PIN_LORA_NSS 27
Expand Down Expand Up @@ -416,4 +416,4 @@ void arrayDump(uint8_t *buffer, uint16_t len) {
#pragma message("Pin config: NSS->" STR(PIN_LORA_NSS) ", IRQ->" STR(PIN_LORA_IRQ) ", RST->" STR(PIN_LORA_RST) ", GPIO->" STR(PIN_LORA_GPIO) )


#endif
#endif

0 comments on commit d37b0f6

Please sign in to comment.