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

esp8266: make serial port configurable

parent 84a76ad5
No related branches found
No related tags found
No related merge requests found
......@@ -62,14 +62,14 @@ build/0x40000.bin: build/0x00000.bin
# also created by commandline for 0x00000.bin
program: build/0x00000.bin build/0x40000.bin
${ESPTOOL} 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}
rm -f build/system.ar
monitor:
screen /dev/ttyUSB0 115200
screen ${SERIAL_PORT} 115200
arch_help:
@echo "esp8266 coding advice:"
......
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