Files
dinnerbell/DinnerRecv/README.org

10 lines
179 B
Org Mode

To build and flash:
# Set up ESP-IDF environment first
. $IDF_PATH/export.sh
# Build the project
idf.py build
# Flash to device
idf.py -p /dev/ttyUSB0 flash monitor