Skip to content

Commit a2a090d

Browse files
committed
refactor(json): Fix formatting of JSON files
1 parent 74d3868 commit a2a090d

File tree

1 file changed

+4
-4
lines changed
  • libraries/ESP_SR/examples/Basic

1 file changed

+4
-4
lines changed

libraries/ESP_SR/examples/Basic/ci.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"espressif:esp32:esp32s3:USBMode=default,PartitionScheme=esp_sr_16,FlashSize=16M,FlashMode=dio"
55
]
66
},
7+
"requires": [
8+
"CONFIG_SOC_I2S_SUPPORTED=y"
9+
],
710
"targets": {
811
"esp32": false,
912
"esp32c3": false,
1013
"esp32c6": false,
1114
"esp32h2": false,
1215
"esp32s2": false
13-
},
14-
"requires": [
15-
"CONFIG_SOC_I2S_SUPPORTED=y"
16-
]
16+
}
1717
}

0 commit comments

Comments
 (0)