arduino-libraries/ArduinoHttpClient

Using PROGMEM for string constants

anklimov opened this issue · 0 comments

Hi everybody
There is reasonable to move strings to PROGMEM using F() directive or similar to decrease RAM utilisation for AVR based devices
Now memory footprint relatively bug (thanks for base64 code and many text constants in code)