NTP Digital Clock based on ESP32 chip.
git clone --recursive https://github.com/redchenjs/ntp_digital_clock_esp32.git
git pull
git submodule update --init --recursive
./esp-idf/install.sh
export IDF_PATH=$PWD/esp-idf
source ./esp-idf/export.sh
idf.py menuconfig
- All project configurations are under the
NTP Digital Clock
menu.
idf.py flash monitor