Skip to content

Commit

Permalink
mark those boards extra for now
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Dec 21, 2024
1 parent a28450a commit eab71a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/nibble_esp32/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[env:nibble-esp32]
extends = esp32s3_base
board = esp32-s3-zero
board_level = extra
build_flags =
${esp32_base.build_flags} -D PRIVATE_HW -I variants/nibble_esp32
1 change: 1 addition & 0 deletions variants/nibble_rp2040/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[env:nibble-rp2040]
extends = rp2040_base
board = rpipico
board_level = extra
upload_protocol = picotool

# add our variants files to the include and src paths
Expand Down
1 change: 1 addition & 0 deletions variants/nugget_s2_lora/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[env:nugget-s2-lora]
extends = esp32s2_base
board = lolin_s2_mini
board_level = extra
build_flags =
${esp32s2_base.build_flags} -D PRIVATE_HW -I variants/nugget_s2_lora
1 change: 1 addition & 0 deletions variants/nugget_s3_lora/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[env:nugget-s3-lora]
extends = esp32s3_base
board = lolin_s3_mini
board_level = extra
build_flags =
${esp32s3_base.build_flags} -D PRIVATE_HW -I variants/nugget_s3_lora

0 comments on commit eab71a1

Please sign in to comment.