Update Thinknode m7 pins (#10635)

This commit is contained in:
Jonathan Bennett
2026-06-08 16:10:51 -05:00
parent f98abe00f3
commit 124bffad84
2 changed files with 9 additions and 3 deletions
@@ -0,0 +1,5 @@
void initVariant()
{
pinMode(LED_PAIRING, OUTPUT);
digitalWrite(LED_PAIRING, !LED_STATE_ON); // Turn off the LED to start
}
@@ -6,11 +6,12 @@
#define UART_TX 43
#define UART_RX 44
#define WIFI_LED 3
#define WIFI_STATE_ON 0
#define LED_PAIRING 46
#define LED_LORA 46
#define LED_PIN 46
#define LED_PIN 3
#define LED_STATE_ON 0
#define LED_STATE_OFF 1
#define BUTTON_PIN 4
#define BUTTON_ACTIVE_LOW true
#define BUTTON_ACTIVE_PULLUP true