From 8f656034fb3d15f553faa97e597ae001caf7a89d Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 9 Feb 2018 08:33:37 +0200 Subject: [PATCH 1/2] Use upstream firmware that includes the fork Use upstream custom link instead of fork. Would benefit of updates more. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5ada31..10519c05 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari * **Sonoff RF Bridge** support * Multiple virtual switches (tested with up to 16) * MQTT-to-RF two-way bridge (no need to learn codes) - * Support for https://github.com/rhx/RF-Bridge-EFM8BB1 custom firmware + * Support for https://github.com/Portisch/RF-Bridge-EFM8BB1 custom firmware * Support for different **sensors** * Environment * **DHT11 / DHT22 / DHT21 / AM2301 / Itead's SI7021** From bf2ef37b60cac1a258b51309d435f575936cd16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 12 Feb 2018 23:30:20 +0100 Subject: [PATCH 2/2] Images for JanGoe NC and NO boards --- code/platformio.ini | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/code/platformio.ini b/code/platformio.ini index f63dd446..85bd8b94 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -738,7 +738,7 @@ upload_flags = --auth=fibonacci --port 8266 monitor_baud = 115200 extra_scripts = ${common.extra_scripts} -[env:jangoe-wifi-relay] +[env:jangoe-wifi-relay-nc] platform = ${common.platform} framework = arduino board = esp12e @@ -748,7 +748,7 @@ build_flags = ${common.build_flags} -DJANGOE_WIFI_RELAY_NC monitor_baud = 115200 extra_scripts = ${common.extra_scripts} -[env:jangoe-wifi-relay-ota] +[env:jangoe-wifi-relay-nc-ota] platform = ${common.platform} framework = arduino board = esp12e @@ -761,6 +761,29 @@ upload_flags = --auth=fibonacci --port 8266 monitor_baud = 115200 extra_scripts = ${common.extra_scripts} +[env:jangoe-wifi-relay-no] +platform = ${common.platform} +framework = arduino +board = esp12e +lib_deps = ${common.lib_deps} +lib_ignore = ${common.lib_ignore} +build_flags = ${common.build_flags} -DJANGOE_WIFI_RELAY_NO +monitor_baud = 115200 +extra_scripts = ${common.extra_scripts} + +[env:jangoe-wifi-relay-no-ota] +platform = ${common.platform} +framework = arduino +board = esp12e +lib_deps = ${common.lib_deps} +lib_ignore = ${common.lib_ignore} +build_flags = ${common.build_flags} -DJANGOE_WIFI_RELAY_NO +upload_speed = 115200 +upload_port = "192.168.4.1" +upload_flags = --auth=fibonacci --port 8266 +monitor_baud = 115200 +extra_scripts = ${common.extra_scripts} + [env:openenergymonitor-mqtt-relay] platform = ${common.platform} framework = arduino