Heltec Wireless Tracker support

此提交包含在:
seagull9000
2025-05-07 21:40:27 +12:00
父節點 76847a7756
當前提交 e076e797e6
共有 3 個檔案被更改,包括 48 行新增6 行删除
+5 -2
查看文件
@@ -3,6 +3,7 @@
#include <Arduino.h>
// LoRa radio module pins for Heltec V3
// Also for Heltec Wireless Tracker
#define P_LORA_DIO_1 14
#define P_LORA_NSS 8
#define P_LORA_RESET RADIOLIB_NC
@@ -13,10 +14,12 @@
// built-ins
#define PIN_VBAT_READ 1
#define PIN_ADC_CTRL 37
#ifndef PIN_ADC_CTRL // set in platformio.ini for Heltec Wireless Tracker (2)
#define PIN_ADC_CTRL 37
#endif
#define PIN_ADC_CTRL_ACTIVE LOW
#define PIN_ADC_CTRL_INACTIVE HIGH
#define PIN_LED_BUILTIN 35
//#define PIN_LED_BUILTIN 35
#define PIN_VEXT_EN 36
#include "ESP32Board.h"