From 0ebb2db8c300b553d109bb44b66480490debfd6c Mon Sep 17 00:00:00 2001 From: Marlon Date: Tue, 16 Jul 2024 14:57:58 +0000 Subject: [PATCH] :sparkles: Improved readme --- .github/workflows/platformio_build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/platformio_build.yml b/.github/workflows/platformio_build.yml index 698f588..66f2d7e 100644 --- a/.github/workflows/platformio_build.yml +++ b/.github/workflows/platformio_build.yml @@ -24,9 +24,9 @@ jobs: - name: Build PlatformIO Project run: pio run - name: Combine into single file - run: esptool.py --chip esp32c3 merge_bin -o fw.bin --flash_size 4MB 0x1000 .pio/build/mini_c3/bootloader.bin 0x8000 .pio/build/mini_c3/partitions.bin 0x10000 .pio/build/mini_c3/firmware.bin + run: esptool.py --chip esp32c3 merge_bin -o td-free.bin --flash_size 4MB 0x1000 .pio/build/mini_c3/bootloader.bin 0x8000 .pio/build/mini_c3/partitions.bin 0x10000 .pio/build/mini_c3/firmware.bin - name: Upload esp32c3 uses: actions/upload-artifact@v4 with: - path: ./fw.bin + path: ./td-free.bin name: esp32c3-4mb diff --git a/README.md b/README.md index c76f3e2..0725525 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The CAD is available in the [onshape workspace](https://cad.onshape.com/document | only for checking samples | **monitor td of spool as it's printing** | So, in summary, the Td-Free is **cheaper**, **open-source**[^1], **smaller** and **wifi-enabled**. -But if you want a full featured one and have enough money to spend, feel free to buy the parts list and a license. +But if you want a full featured one and have enough money to spend, feel free to buy the parts list and a license for a td-1. ## Requirements @@ -75,8 +75,8 @@ At first, I'd recommend soldering all the components together. 1. Download the latest build [here](https://nightly.link/mawoka-myblock/td-free/workflows/platformio_build/main/esp32c3-4mb.zip). They are directly built by GitHub. 2. Extract the downloaded zip file. -3. Install esp-tool. -4. Flash the esp32: `esptool.py -b 230400 write_flash 0x0 firmware.bin` +3. [Install esp-tool](https://docs.espressif.com/projects/esptool/en/latest/esp32/#quick-start). +4. Flash the esp32: `esptool.py -b 230400 write_flash 0x0 td-free.bin` ## Usage