Firmware Update and Flashing
Note
- Firmware is pre-installed at the factory
Firmware Download
- Firmware Description
wbtn-vX.X.X-X-XXXXXX-full.binis the full firmware. It needs to be flashed starting from address0x0. All configurations will not be retained after flashing.wbtn-vX.X.X-X-XXXXXX-delta.binis the delta firmware. It needs to be flashed starting from address0x10000. It only updates the firmware and does not affect the existing configuration.wbtn-vX.X.X-X-XXXXXX-www.binis the UI firmware. It needs to be flashed starting from address0x290000. It only updates the web frontend UI and does not affect the existing firmware and configuration.-
Loading...
Firmware Update
- With the
AirClickpowered off, connect the ESP32 flashing port of theAirClickto your computer according to the BOOT instructions.
- Download the USB flashing tool
flash_download_tool- Click the download link below
-
Loading...
- Open
flash_download_tool_3.9.4.exe. Note: When you open the flashing tool, a CMD window will pop up first, followed by the flashing tool interface. Do not close the CMD window. - In the flashing tool, select
ChipType:asESP32-C3 - In the flashing tool, select
WorkMode:asDevelop - In the flashing tool, select
LoadMode:asUSB - Finally, click
OK. Refer to the image below: - After clicking, the image below will appear:

tip
- The area outlined in green in the above image must match the image exactly; do not make any modifications yourself.
- Connect the AirClick to the computer via a USB-Type-C cable.
- Click the blue region 1 in the image above to select the firmware you want to flash.
- Click the blue region 2 in the image above to enter the flashing address.
- Click the blue region 3 in the image above to select the COM port of the AirClick (if not visible, hold down the flashing button on the AirClick and then connect it to the computer).
- Click the blue region 4 in the image above to set the baud rate to the maximum
921600. - Click the blue region 5 in the image above to start flashing. After the flashing is complete, the firmware upgrade of the AirClick will be completed (do not disconnect the AirClick until the flashing process is complete and the tool indicates completion).
Loading...