Skip to content

Commit

Permalink
fix(json): Remove redundant FQBNs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Oct 3, 2024
1 parent ad3f665 commit 613536a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libraries/Zigbee/examples/Zigbee_Thermostat/ci.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"fqbn_append": "PartitionScheme=zigbee_zczr,ZigbeeMode=zczr",
"fqbn": {
"esp32c6": [
"espressif:esp32:esp32c6:PartitionScheme=zigbee_zczr,ZigbeeMode=zczr"
],
"esp32h2": [
"espressif:esp32:esp32h2:PartitionScheme=zigbee_zczr,ZigbeeMode=zczr"
]
},
"requires": [
"CONFIG_SOC_IEEE802154_SUPPORTED=y"
]
Expand Down

0 comments on commit 613536a

Please sign in to comment.