arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
282 stars 170 forks source link

Using PROGMEM for string constants #116

Open anklimov opened 2 years ago

anklimov commented 2 years ago

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)