Remove from build info too

This commit is contained in:
Scott Shawcroft 2019-01-14 13:30:09 -08:00 committed by GitHub
parent 3aeadb9f0c
commit b5f35b82e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ from sh.contrib import git
sys.path.append("adabot")
import adabot.github_requests as github
SUPPORTED_PORTS = ["nrf", "esp8266", "atmel-samd"]
SUPPORTED_PORTS = ["nrf", "atmel-samd"]
BIN = ('bin',)
UF2 = ('uf2',)
@ -22,7 +22,6 @@ HEX = ('hex',)
# Default extensions
extension_by_port = {
"nrf": UF2,
"esp8266": BIN,
"atmel-samd": UF2,
}