mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
boards.txt.py: Fix packagegen to use newfilestr instead of filestr when writing file. (#7018)
Three missing boards are now in package/package_esp8266com_index.template.json.
This commit is contained in:
committed by
david gauchard
parent
bb6243a17b
commit
b930c4c3e6
@ -62,6 +62,9 @@
|
||||
{
|
||||
"name": "SparkFun ESP8266 Thing Dev"
|
||||
},
|
||||
{
|
||||
"name": "SparkFun Blynk Board"
|
||||
},
|
||||
{
|
||||
"name": "SweetPea ESP-210"
|
||||
},
|
||||
@ -106,6 +109,12 @@
|
||||
},
|
||||
{
|
||||
"name": "ESPectro Core"
|
||||
},
|
||||
{
|
||||
"name": "ITEAD Sonoff"
|
||||
},
|
||||
{
|
||||
"name": "DOIT ESP-Mx DevKit (ESP8285)"
|
||||
}
|
||||
],
|
||||
"toolsDependencies": [
|
||||
@ -359,4 +368,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user