Skip to content

Commit

Permalink
fix overzealous pin definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Sep 28, 2024
1 parent c650e7d commit da34615
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions variants/tlora_c6/variant.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#define I2C_SDA 8 // I2C pins for this board
#define I2C_SCL 9

#define VEXT_ENABLE 21 // active low, powers the oled display and the lora antenna boost
#define LED_PIN 7 // If defined we will blink this LED
#define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Module.
#define LED_PIN 7 // If defined we will blink this LED
#define LED_STATE_ON 0 // State when LED is lit

#define USE_SX1262
#define LORA_SCK 6
Expand All @@ -19,4 +18,4 @@
#define SX126X_RXEN 15
#define SX126X_TXEN 14
#define SX126X_DIO2_AS_RF_SWITCH
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
#define SX126X_DIO3_TCXO_VOLTAGE 1.8

0 comments on commit da34615

Please sign in to comment.