Skip to content

Commit

Permalink
Fix a typo in esp32 void_app's README.md (#11)
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
syncom authored Nov 1, 2024
1 parent 530c73d commit 833b082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/apps/void_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ esp@c29e740b2630:~$ source ${HOME}/esp-idf/export.sh
esp@c29e740b2630:~$ cd apps/void_app
# Flash bootloader
# Adjust device node (-p option) as needed.
# ESP32-S2's bootloader shall be flashed at offset 0x1000
# ESP32's bootloader shall be flashed at offset 0x1000
esp@c29e740b2630:~/apps/void_app$ esptool.py --chip esp32 \
--port=/dev/ttyUSB0 \
--baud=460800 \
Expand Down

0 comments on commit 833b082

Please sign in to comment.