igrr / axtls-8266

axTLS port for ESP8266
Other
79 stars 33 forks source link

Remove compile warnings, move add'l consts to PMEM #54

Closed earlephilhower closed 6 years ago

earlephilhower commented 6 years ago

There were some simple-to-fix compile warnings relating to missing imports and datatypes. Add proper includes (and replace the hacked util/time.h definition of timeval with the real one in our SDK).

Also migrate multiple constant strings with minimal code changes, freeing around 210 additional bytes of heap.