Skip to content

Commit f921e48

Browse files
authored
Merge pull request #552 from blinker-iot/dev_3.0
update codes, upgrade NO SSL & NBIOT QRCODE support codes
2 parents cdcf388 + f4782b7 commit f921e48

File tree

102 files changed

+1083
-591
lines changed

Some content is hidden

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

102 files changed

+1083
-591
lines changed

examples/Blinker_AHRS/AHRS_BLE/AHRS_BLE.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AHRS/AHRS_WiFi/AHRS_WiFi.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_APCONFIG/APCONFIG_WiFi/APCONFIG_WiFi.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AT_Firmware/AT_Firmware_WiFi/AT_Firmware_WiFi.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AUTO/AUTO_Pro/AUTO_Pro.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AUTO/AUTO_WiFi/AUTO_WiFi.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AliGenie/AliGenie_LIGHT/AliGenie_LIGHT.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AliGenie/AliGenie_MULTI_OUTLET/AliGenie_MULTI_OUTLET.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AliGenie/AliGenie_OUTLET/AliGenie_OUTLET.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

examples/Blinker_AliGenie/AliGenie_SENSOR/AliGenie_SENSOR.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
* It can be used in smart home, data monitoring and other fields
1111
* to help users build Internet of Things projects better and faster.
1212
*
13-
* Make sure installed 2.5.0 or later ESP8266/Arduino package,
13+
* Make sure installed 2.7.2 or later ESP8266/Arduino package,
1414
* if use ESP8266 with Blinker.
1515
* https://github.com/esp8266/Arduino/releases
1616
*
17-
* Make sure installed 1.0.2 or later ESP32/Arduino package,
17+
* Make sure installed 1.0.4 or later ESP32/Arduino package,
1818
* if use ESP32 with Blinker.
1919
* https://github.com/espressif/arduino-esp32/releases
2020
*
@@ -31,11 +31,11 @@
3131
* 数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
3232
*
3333
* 如果使用 ESP8266 接入 Blinker,
34-
* 请确保安装了 2.5.0 或更新的 ESP8266/Arduino 支持包。
34+
* 请确保安装了 2.7.2 或更新的 ESP8266/Arduino 支持包。
3535
* https://github.com/esp8266/Arduino/releases
3636
*
3737
* 如果使用 ESP32 接入 Blinker,
38-
* 请确保安装了 1.0.2 或更新的 ESP32/Arduino 支持包。
38+
* 请确保安装了 1.0.4 或更新的 ESP32/Arduino 支持包。
3939
* https://github.com/espressif/arduino-esp32/releases
4040
*
4141
* 文档: https://diandeng.tech/doc

0 commit comments

Comments
 (0)