We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeadb9 commit b5f35b8Copy full SHA for b5f35b8
1 file changed
tools/build_board_info.py
@@ -12,7 +12,7 @@
12
sys.path.append("adabot")
13
import adabot.github_requests as github
14
15
-SUPPORTED_PORTS = ["nrf", "esp8266", "atmel-samd"]
+SUPPORTED_PORTS = ["nrf", "atmel-samd"]
16
17
BIN = ('bin',)
18
UF2 = ('uf2',)
@@ -22,7 +22,6 @@
22
# Default extensions
23
extension_by_port = {
24
"nrf": UF2,
25
- "esp8266": BIN,
26
"atmel-samd": UF2,
27
}
28
0 commit comments