esp8266 / Basic

Basic Interpreter for the ESP8266
http://esp8266basic.com
258 stars 217 forks source link

Get rid of duplicate lines #4

Closed 0x2b3bfa0 closed 8 years ago

0x2b3bfa0 commented 8 years ago

Also... What about String(char(0x7D)) instead of String(char(125))? And what about replacing all the weird characters with char() commands?

If you don't want to handcraft this, I can automate it with grep, sed´ andawk`

;-)

mmiscool commented 8 years ago

Thanks. Will merge in.