nickzoic / mpy-utils

Utility programs for Micropython ...
MIT License
104 stars 23 forks source link

environment variables for --port and --baud #4

Open nickzoic opened 7 years ago

nickzoic commented 7 years ago

utils should have environment variables to set defaults for the --port and --baud options.

export ESP_PORT=/dev/ttyUSB0 export ESP_BAUD=115200