mirror of https://github.com/arendst/Tasmota.git
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"name": "C2Programmer",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"C2", "io", "Programmer"
|
|
],
|
|
"description": "Implementation of C2 programmer allowing update of Sonoff Bridge RF chip.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/lhartmann/c2_prog_wifi"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|