Base flash

This commit is contained in:
thepenguin 2023-03-16 00:42:35 +01:00
parent bf4b1ee413
commit 0911885756
No known key found for this signature in database
GPG Key ID: F258C8C10D060D5E
2 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
PORT = /dev/ttyUSB0
reset:
esptool.py --port $(PORT) erase_flash
flash-base:
esptool.py --port $(PORT) --baud 1000000 write_flash --flash_size=4MB -fm dio 0 esp8266.bin

BIN
esp8266.bin Normal file

Binary file not shown.