Add Hydra specific target to define GPS EN pin and limit tx power (#2608)

* Use DIO2 bridged to TXEN and remove TX/RXEN pin switching altogether

* Add Hydra specific target to limit tx power and define GPS EN

* Whoops
This commit is contained in:
Ben Meadors
2023-07-18 07:09:55 -05:00
committed by GitHub
co-authored by GitHub
parent 69beef8310
commit eb7025f1b1
3 changed files with 54 additions and 0 deletions
+12
View File
@@ -34,3 +34,15 @@ build_flags =
-D DR_DEV
-D EBYTE_E22
-I variants/diy/dr-dev
; Hydra - Meshtastic DIY v1 hardware with some specific changes
[env:hydra]
extends = esp32_base
board = esp32doit-devkit-v1
board_level = extra
build_flags =
${esp32_base.build_flags}
-D DIY_V1
-D EBYTE_E22
-D GPS_POWER_TOGGLE
-I variants/diy/hydra