WirelessBoot Re-development
This section describes how to install and use Heltec’s ESP32 WirelessBoot development framework.
If you only want to upload a pre-compiled firmware, please refer to the previous topic: Upload Firmware Via WirelessBoot.
Install WirelessBoot Framework
Install Heltec ESP32 development environment.
小技巧
If you don’t know how to install, check out the Readme.MD file.
If you already have a development environment installed, update to the latest version.
git pull
Switch to the WirelessBoot branch by entering the following command:
git branch --set-upstream-to=origin/WirelessBoot-Framework
Getting branch updates
git pull
Work with Arduino IDE
Enable WirelessBoot on the device, the specific method depends on the product itself.
On the WirelessBoot page, fill in the WiFi SSID and password, then click “Save Configuration.”
Connect your PC and device are on the same LAN.
Open Arduino IDE.
Click
Tools, select the appropriateBoardandPort.
At this point, you can program the device through the IDE. You can choose a sample code or write your own and upload it to your device.

Serial ports
Download the serial port serial port plug-in: Heltec Esp Network Minitor
Access path:
C:\Users\{ueser name}\.arduinoIDE.Create a new folder calledplugins, If the folder already exists, there is no need to create a new one.
Copy the Heltec Esp Network Minitor file to the folder plugins.

Open Arduino IDE, Press Ctrl+Shift+P on your keyboard at the same time.
In the dialog box that pops up, search: Heltec Esp Network Minitor.

Click the searched plugin to enable it.
Open the port and connect the device’s serial port to your PC via WiFi.
