File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,10 @@ build_flags = ${env:heltec-mesh-node-t114.build_flags} ${csra_base.build_flags}
269269extends = env:t-echo, csra_base
270270build_flags = ${env:t-echo.build_flags} ${csra_base.build_flags}
271271
272+ [env:t-deck-pro_csra]
273+ extends = env:t-deck-pro, csra_base
274+ build_flags = ${env:t-deck-pro.build_flags} ${csra_base.build_flags}
275+
272276[arr_base]
273277build_flags =
274278 ; LoRa Configuration
@@ -325,3 +329,7 @@ build_flags = ${env:heltec-mesh-node-t114.build_flags} ${arr_base.build_flags}
325329[env:t-echo_arr]
326330extends = env:t-echo, arr_base
327331build_flags = ${env:t-echo.build_flags} ${arr_base.build_flags}
332+
333+ [env:t-deck-pro_arr]
334+ extends = env:t-deck-pro, arr_base
335+ build_flags = ${env:t-deck-pro.build_flags} ${arr_base.build_flags}
You can’t perform that action at this time.
0 commit comments