6.0.0a * Add support for uploading Sonoff Bridge firmware found in tools/fw_efm8bb1 folder build by Portisch using Web Gui File Upload (#2886) * Add command RfRaw to control Portisch firmware features
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"
|
|
}
|