Skip to content

Commit 4f35220

Browse files
committed
Tidy up briki files
1 parent 98df862 commit 4f35220

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

boards/briki_abc_esp32.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"maximum_size": 3407872,
3333
"require_upload_port": true,
3434
"speed": 1500000
35-
3635
},
3736
"url": "https://briki.org",
3837
"vendor": "meteca"

boards/briki_mbc-wb_esp32.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mcu": "esp32",
1212
"variant": "briki_mbcwb_esp32",
1313
"partitions": "8MB_ffat.csv"
14-
},
14+
},
1515
"connectivity": [
1616
"wifi",
1717
"bluetooth",
@@ -32,7 +32,6 @@
3232
"maximum_size": 3407872,
3333
"require_upload_port": true,
3434
"speed": 1500000
35-
3635
},
3736
"url": "https://briki.org",
3837
"vendor": "meteca"

platform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def configure_default_packages(self, variables, targets):
3838
build_core = variables.get(
3939
"board_build.core", self.board_config(variables.get("board")).get(
4040
"build.core", "arduino")).lower()
41-
if build_core == 'mbcwb':
42-
self.packages["framework-arduinoespressif32"]["optional"] = True
43-
self.packages["framework-arduino-mbcwb"]["optional"] = False
41+
if build_core == "mbcwb":
42+
self.packages['framework-arduinoespressif32']['optional'] = True
43+
self.packages['framework-arduino-mbcwb']['optional'] = False
4444

4545
return PlatformBase.configure_default_packages(self, variables,
4646
targets)

0 commit comments

Comments
 (0)