You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zigbee HEX file validation speedup x4.5 (Zigbee flashing still in work)
Zigbee file validation progress indication with BSL config in console (Zigbee flashing still in work)
Add ability to flash ESP32 OTA from custom URL http://IP_ADDRESS/api?action=8&cmd=9&url=LINK_TO_BIN_FILE.bin
Add timezone selection on system control tab (for NTP need for WG and OTA)
**Announcement** Cause typofix mqttPublishAvail() in 0.2.5 topic **/avty** will be changed to **/avail** . It you use AutoDiscovery don't keep mind.
Copy file name to clipboardExpand all lines: README.md
+9-17
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,10 @@ This repository contains the latest firmware for the ESP32 peripheral module of
20
20
- ESP32 (peripheral) and CC2652P (Zigbee) OTA updates, ESP32 and CC2652P restart;
21
21
- Switch CC2652P (Zigbee) to flash mode;
22
22
- Pairing mode for the adapter in router mode;
23
-
-Firewall for incoming connections to secure your network;
23
+
-Filter IP addresses for incoming connections to secure your network;
24
24
- Fully responsive web interface based on the latest Bootstrap 5.3.
25
+
- WireGuard VPN
26
+
- MQTT client for gateway monitoring and control
25
27
26
28
## Installation and Configuration
27
29
Please refer to the installation and configuration articles in our [documentation](https://uzg.zig-star.com).
@@ -31,20 +33,11 @@ Please follow this link for web-flasher - just plug-and-flash: [ZigStar WebFlash
31
33
32
34
If you made changes to the code and want to compile you own firmware, please do the following:
33
35
34
-
### You did not change web-interface appearance
35
36
- Download repository;
36
37
- Install Microsoft Visual Code (MVC);
37
38
- Install PlatformIO extension to MVC;
38
39
- Press "PlatformIO: Build" and wait until firmware.bin is generated;
39
40
40
-
### You made changes to web-interface
41
-
42
-
In such case - you have to rebuild web-interface fisrt before building the firmware.
43
-
- Go to the folder tools/webfilesbuilder;
44
-
- Run: npm install
45
-
- Run: npx gulp
46
-
47
-
48
41
## Contribute
49
42
50
43
You can contribute to UZG-01 Firmware by
@@ -55,25 +48,24 @@ You can contribute to UZG-01 Firmware by
55
48
## Credits
56
49
57
50
People helping to keep the show on the road - **developers and contributors**:
58
-
-[@smlight-dev](https://github.com/smlight-dev/) - for improvement and refactoring of [ZigStarGW-FW](https://github.com/xyzroe/ZigStarGW-FW)
59
-
-[@Tarik2142](https://github.com/Tarik2142) for refactoring, code optimizations done under [smlight-dev](https://github.com/mercenaruss/uzg-firmware)
60
-
-[@xyzroe](https://github.com/xyzroe/) for initial firmware released for ZigStar devices
51
+
52
+
-[@xyzroe](https://github.com/xyzroe/) for initial firmware released for ZigStar devices and all work being doing till now
53
+
-[@Tarik2142](https://github.com/Tarik2142) for refactoring, code optimizations done under [smlight-dev](https://github.com/smlight-dev/)
54
+
61
55
62
56
Special thanks goes also to all authors of 3rd party libraries which are used in this project:
UZG-01-Firmware is a fork of [smlight-dev](https://github.com/mercenaruss/uzg-firmware),what was refactored from our original firmware[ZigStarGW-FW](https://github.com/xyzroe/ZigStarGW-FW)
76
-
77
69
UZG-01-Firmware is licensed under GNU General Public License v3.
78
70
3rd party libraries that are used by this project are licensed under different license schemes, please check them out as well.
0 commit comments