Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

added method for sending HTTP GET request with path and parameters ad… #48

Closed chindro closed 5 years ago

chindro commented 5 years ago

…justable during runtime while saving RAM

Also check the HTTP example for how this works. See method description in header file for details. The goal was to save as much RAM as possible (by putting strings to PROGMEM) while still having the possibility to create custom GET requests during runtime. Also check the HTTP example for how this works.