gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
307 stars 56 forks source link

dev platformio.ini upload speed whitespace parsing failure, fatal #189

Closed tablatronix closed 5 years ago

tablatronix commented 7 years ago

osx

deviot parses platformio.ini incorrectly and inserts newlines if upload_speed does not contain spaces around =

[env:normal_1024]
board = esp12e
upload_speed=460800

after compile, file gets touched and reformated ( even with overwrite upload speed off )

[env:normal_1024]
board =
esp12e
upload_speed=460800
gepd commented 5 years ago

Fixed