Base flash

This commit is contained in:
2023-03-16 00:42:35 +01:00
parent bf4b1ee413
commit 0911885756
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