philbowles / PangolinMQTT

PangolinMQTT - ArduinoIDE client library for ESP8266, ESP32 and STM32-NUCLEO
Other
71 stars 21 forks source link

Printf and typos #15

Open pfeerick opened 4 years ago

pfeerick commented 4 years ago

Initially started this branch to correct the printf formatting codes (%u when should be %lu since millis() returns an unsigned long int, not an unsigned int) then though I'd also tidy up some splelling mistakes and whitespace. I've deliberately not touched the main code yet, that will be the topic of another PR if this is well received. I'll also open two issues as a result of skimming through the code, one easily fixed, the other I'm not sure of... depends on the cause of the issue.