acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 54361667ce78079b3bd223fbc839b40b9a3ea293
parent 46dc1468d5432d30881b57d644fe8222fc0c08b7
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 26 May 2024 17:57:14 -0400

Corrected chip for esptool flashing

Diffstat:
MREADME.md | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
@@ -32,7 +32,7 @@ A compiled "release" will be done once I finish somoe fo the basic features, but
 2. Install [esptool](https://pypi.org/project/esptool/): `pip install esptool`
 3. Hold down the trackball on the device, turn it on, and plug it in to the computer.
 4. Confirm the serial device in your `/dev` directory *(Your device will likely be `/dev/ttyAMC0` or `/dev/ttyUSB0`)*
-5. Flash the device: `esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 115200 write_flash -z 0x1000 firmware.bin`
+5. Flash the device: `esptool.py --chip esp32-s3 --port /dev/ttyUSB0 --baud 115200 write_flash -z 0x1000 firmware.bin`
 6. Press the RST *(reset)* button ont he device.
 
 # Roapmap