Skip to content

Commit b5f35b8

Browse files
authored
Remove from build info too
1 parent 3aeadb9 commit b5f35b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/build_board_info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
sys.path.append("adabot")
1313
import adabot.github_requests as github
1414

15-
SUPPORTED_PORTS = ["nrf", "esp8266", "atmel-samd"]
15+
SUPPORTED_PORTS = ["nrf", "atmel-samd"]
1616

1717
BIN = ('bin',)
1818
UF2 = ('uf2',)
@@ -22,7 +22,6 @@
2222
# Default extensions
2323
extension_by_port = {
2424
"nrf": UF2,
25-
"esp8266": BIN,
2625
"atmel-samd": UF2,
2726
}
2827

0 commit comments

Comments
 (0)