diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-12-04 08:03:37 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-04 08:03:37 +0100 | 
| commit | 7a0173db5f0acf0848ccc0589f64f08f44782337 (patch) | |
| tree | fe6cbea16d9fef97b3af6e1d6db6f6b20c61a07a /src/arch/esp8266 | |
| parent | 266f97c83e6491acb18acf6d10dd018b4713642c (diff) | |
add monitor info to help output
Diffstat (limited to 'src/arch/esp8266')
| -rw-r--r-- | src/arch/esp8266/Makefile.inc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc index 6c55060..f9b6d85 100644 --- a/src/arch/esp8266/Makefile.inc +++ b/src/arch/esp8266/Makefile.inc @@ -75,5 +75,6 @@ arch_help:  	@echo "    - none -"  arch_info: +	@echo "Monitor: /dev/ttyUSB0 115200"  .PHONY: arch_clean arch_help arch_info monitor program | 
