ESP32 DevKit-C boards
ESP-IDF v4.4 (make sure you use v4.4.*): https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html
also, you need gzip for windows, and make sure you add it to the PATH env variable.
change into the esp32olcbio/firmware directory.
set the WiFi SSID and SSID password, and set from AP to Station
where port is the com serial port
ESP-IDF v4.4 (make sure you use v4.4.*): https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html
also, you need gzip for windows, and make sure you add it to the PATH env variable.
Code:
git clone --recursive https://github.com/atanisoft/esp32olcbio.git
change into the esp32olcbio/firmware directory.
Code:
idf.py set-target esp32
Code:
idf.py menuconfig
Code:
idf.py build
Code:
idf.py -p (PORT) flash