ADD Esp32 Dev V1 module

pull/1/head
US1GHQ 2021-06-28 00:52:45 +03:00
parent 8c83576cce
commit 66c3995eec
2 changed files with 16 additions and 0 deletions

View File

@ -109,6 +109,16 @@ build_flags =
-D ENABLE_WIFI
-D HELTEC_V2
[env:Esp32-Dev-v1]
platform = espressif32
board = esp32doit-devkit-v1
; change MCU frequency
board_build.f_cpu = 80000000L
build_flags =
${env.build_flags}
-D ENABLE_WIFI
-D ESP32_DEV_V1
[env:ttgo-t-beam-v1.0-development]
platform = espressif32 @ 3.0.0
board = ttgo-t-beam

View File

@ -84,6 +84,12 @@
#define BUTTON 2 //pin number for BUTTO
#define BUZZER 13 // enter your buzzer pin gpio
const byte TXLED = 4; //pin number for LED on TX Tracker
#elif ESP32_DEV_V1
#define I2C_SDA 4
#define I2C_SCL 15
#define BUTTON 2 //pin number for BUTTO
#define BUZZER 13 // enter your buzzer pin gpio
const byte TXLED = 4; //pin number for LED on TX Tracker
#endif
// Variables for APRS packaging