Firmware Update and Burning
Notice
- Factory pre-flashed firmware
Firmware Download
- Firmware description
wbtn-vX.X.X-X-XXXXXX-full.bin
is the full firmware, which needs to be burned from the0x0
address. After burning, all configurations will not be retained.wbtn-vX.X.X-X-XXXXXX-delta.bin
is the incremental firmware, which needs to be burned from the0x10000
address. It only updates the firmware and does not affect the original configuration.wbtn-vX.X.X-X-XXXXXX-www.bin
is the UI firmware, which needs to be burned from the0x290000
address. It only updates the web front-end UI and does not affect the original firmware and configuration.- Firmware Package Download
Firmware Update
- The
AirClick
needs to be powered off, and the ESP32 burning port ofAirClick
needs to be connected to the computer according to BOOT.
- Download and unzip the USB burning tool Click to Download
- Open
flash_download_tool_3.9.4.exe
. Note: After opening the burning tool, a CMD window will pop up first, and then the interface of the burning tool will pop up. Do not close the CMD window. - In the burning tool, select
ESP32-C3
forChipType:
- In the burning tool, select
Develop
forWorkMode:
- In the burning tool, select
USB
forLoadMode:
- Finally, click
OK
, refer to the figure below - After clicking, the following picture will appear
tip
- The green box selection area in the above figure must be consistent with the picture, and cannot be modified by yourself.
- Connect AirClick to the computer through USB-Typec data cable.
- Click the blue area 1 button in the above figure to select the firmware you want to burn.
- Click the blue area 2 in the above figure to enter the burning address.
- Click the blue area 3 in the above figure to select AirClick's serial port (if not, you can hold down AirClick's burning button and then connect to the computer).
- Click the blue area 4 in the above figure to select the maximum baud rate
921600
. - Click the blue area 5 in the above figure to start burning. After the burning is completed, AirClick can complete the firmware upgrade (you must wait for the prompt that the burning is completed before disconnecting the data cable of AirClick).