Add RAK WisMesh Pocket V3 variant (rak_wismesh_pocket env) (#10953)

This commit is contained in:
Ethac.chen
2026-07-16 07:02:57 -05:00
committed by GitHub
parent de0380c18b
commit deea7be89b
2 changed files with 27 additions and 1 deletions
+15
View File
@@ -56,6 +56,21 @@ build_flags =
-DSAFE_VDD_VOLTAGE_THRESHOLD_MV=2900
-DSAFE_VDD_VOLTAGE_THRESHOLD_HYST_MV=100
; RAK WisMesh Pocket V3 - rak4631 pin map + OLED; no ethernet (unlike env:rak4631)
[env:rak_wismesh_pocket]
extends = env:rak4631
custom_meshtastic_display_name = RAK WisMesh Pocket V3
custom_meshtastic_images = rak4631.svg
build_flags =
${env:rak4631.build_flags}
-D WISMESH_POCKET
-DLOW_VDD_SYSTEMOFF_DELAY_MS=5000
-DSAFE_VDD_VOLTAGE_THRESHOLD_MV=2900
-DSAFE_VDD_VOLTAGE_THRESHOLD_HYST_MV=100
build_src_filter = ${env:rak4631.build_src_filter}
-<mesh/eth/>
-<mesh/api/>
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
;upload_protocol = jlink