SmingRTOS icon indicating copy to clipboard operation
SmingRTOS copied to clipboard

Basic_Blink_RTOS

Open flexiti opened this issue 9 years ago • 2 comments

This is a simple example of flickering two diodes using a RTOS task

flexiti avatar Mar 10 '16 10:03 flexiti

@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

hreintke avatar Mar 10 '16 14:03 hreintke

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.

flexiti avatar Mar 21 '16 08:03 flexiti