Meshtastic DIY v1.1 new schematic

This commit is contained in:
Vladislav Osmanov
2022-01-23 23:44:58 +03:00
parent 8a79ede285
commit d1ba314065
2 changed files with 68 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ default_envs = tbeam
;default_envs = rak4631
;default_envs = rak4630
;default_envs = meshtastic-diy-v1
;default_envs = meshtastic-diy-v1.1
[common]
; common is not currently used
@@ -234,6 +235,16 @@ build_flags =
-D EBYTE_E22
-I variants/meshtastic_diy_v1
; Meshtastic DIY v1.1 new schematic based on ESP32-WROOM-32 & SX1262/SX1268 modules
[env:meshtastic-diy-v1.1]
extends = esp32_base
board = esp32doit-devkit-v1
build_flags =
${esp32_base.build_flags}
-D DIY_V1
-D EBYTE_E22
-I variants/diy/v1_1
; The Heltec Cubecell plus
; IMPORTANT NOTE: This target doesn't yet work and probably won't ever work. I'm keeping it around for now.
; For more details see my post in the forum.