# esp32-idf-sample **Repository Path**: hanxiaoxin/esp32-idf-sample ## Basic Information - **Project Name**: esp32-idf-sample - **Description**: only esp32 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-12 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### merge pip install esptool python -m esptool.py --chip ESP32 merge_bin -o merged-flash.bin --flash_mode dio --flash_size 4MB 0x1000 build/bootloader.bin 0x8000 build/partition-table.bin 0x10000 build/esp32_sample.bin