igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
364 stars 123 forks source link

rely on compiler defined platform flags #62

Closed milan-kupcevic closed 6 years ago

milan-kupcevic commented 6 years ago

The latest release v0.4.12 has lost default serial port definition due to recent changes in build environment. Lets use compiler defined platform flags as they are more consistent and reliable.

igrr commented 6 years ago

Thanks!