mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-23 18:03:49 +00:00
Add another seeed_xiao_nrf52840_kit build environment for I2C pinout (#8036)
* Update platformio.ini * Remove some more extraneous lines
This commit is contained in:
parent
27b07cd1c5
commit
d1fd102952
@ -16,3 +16,11 @@ lib_deps =
|
|||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
;upload_protocol = jlink
|
;upload_protocol = jlink
|
||||||
|
|
||||||
|
; Seeed Xiao BLE but with GPS undefined, and therefore i2c active
|
||||||
|
[env:seeed_xiao_nrf52840_kit_i2c]
|
||||||
|
extends = env:seeed_xiao_nrf52840_kit
|
||||||
|
board_level = extra
|
||||||
|
build_flags = ${env:seeed_xiao_nrf52840_kit.build_flags}
|
||||||
|
-DSEEED_XIAO_NRF52840_KIT
|
||||||
|
build_unflags = -DGPS_L76K
|
||||||
|
Loading…
Reference in New Issue
Block a user