Skip to content

Commit b9e3aa2

Browse files
authored
Merge pull request #549 from blinker-iot/dev_3.0
update codes, upgrade BLINKER BROKER support codes
2 parents 4b6db76 + 895b08b commit b9e3aa2

File tree

86 files changed

+277
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+277
-217
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ So we named this project **blinker** with this inspiration.
2020

2121
# Reference/参考
2222
* [EN-英文](https://github.com/blinker-iot/blinker-doc/wiki/Blinker-Arduino-library-reference)
23-
* [CN-中文](https://diandeng.tech/doc)
23+
* [CN-中文](https://github.com/blinker-iot/blinker-doc/wiki/Blinker-Arduino-%E5%BA%93%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8C)
24+
* [CN-中文/官网](https://diandeng.tech/doc)
2425

2526
# Thanks
2627
[WebSockets](https://github.com/Links2004/arduinoWebSockets) - for Blinker to build up a websocket server

examples/Blinker_AHRS/AHRS_BLE/AHRS_BLE.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AHRS/AHRS_WiFi/AHRS_WiFi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_APCONFIG/APCONFIG_WiFi/APCONFIG_WiFi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AT_Firmware/AT_Firmware_WiFi/AT_Firmware_WiFi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AUTO/AUTO_Pro/AUTO_Pro.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AUTO/AUTO_WiFi/AUTO_WiFi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_Air/Air_WiFi/Air_WiFi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AliGenie/AliGenie_LIGHT/AliGenie_LIGHT.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

examples/Blinker_AliGenie/AliGenie_MULTI_OUTLET/AliGenie_MULTI_OUTLET.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
21-
* Docs: https://doc.blinker.app/
21+
* Docs: https://diandeng.tech/doc
2222
* https://github.com/blinker-iot/blinker-doc/wiki
2323
*
2424
* *****************************************************************
@@ -38,7 +38,7 @@
3838
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
41-
* 文档: https://doc.blinker.app/
41+
* 文档: https://diandeng.tech/doc
4242
* https://github.com/blinker-iot/blinker-doc/wiki
4343
*
4444
* *****************************************************************/

0 commit comments

Comments
 (0)