Basic_Blink_RTOS
This is a simple example of flickering two diodes using a RTOS task
@flexiti : This indeed shows basic freertos functionality. My doubts (and sure open for all discussions) are however that this does not show anything Sming specific.I would like to prevent that the Sming git/github becomes a "freertos forum" in which inexperienced users come and try to "do freertos". Let's discuss this further in #80
MQTT ping sending modification (setPingRepeatTime added) This solution lets you freely modify the Mqtt client ping frequency regardless of the broker keepAlive. Default: PingRepeatTime (used on client side) = 20s, KeepAlive (used on broker side) = 60s It can be changed by: setKeepAlive(seconds) and setPingRepeatTime(seconds) metod. PingRepeatTime should be less than or equal to keepAlive.