Files
tinygo/targets/nodemcu.json
Ayke van Laethem 2ce17a1892 esp8266: add support for this chip
Many thanks to cnlohr for the nosdk8266 project:
    https://github.com/cnlohr/nosdk8266
2020-09-09 19:17:11 +02:00

5 lines
57 B
JSON

{
"inherits": ["esp8266"],
"build-tags": ["nodemcu"]
}