Skip to content
Snippets Groups Projects
Commit 30964f70 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

esp8266: use qio by default

parent d69e9736
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ build/0x40000.bin: build/0x00000.bin
# also created by commandline for 0x00000.bin
program: build/0x00000.bin build/0x40000.bin
${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin -fm dout
${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin #-fm dout
arch_clean:
rm -f ${OBJECTS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment