esp8266 / Basic

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

Improve the GetRidOfurlCharacters #6

Closed 0x2b3bfa0 closed 8 years ago

0x2b3bfa0 commented 8 years ago

Thanks to Majenko http://arduino.stackexchange.com/questions/18007/simple-url-decoding

Please consider removing the String use.

mmiscool commented 8 years ago

Ok. This looks good. Just tested. Will pull right in.

Thank you so much for the help. It seems to have speed up the save process as well.

mmiscool commented 8 years ago

Problem with some characters such as + symbol not getting converter.

0x2b3bfa0 commented 8 years ago

What problem do you found with + and what characters more? In theory the plus sign is replaced in the first line of code...