Skip to content

Basic_Blink_RTOS#86

Open
flexiti wants to merge 10 commits into
SmingHub:masterfrom
flexiti:master
Open

Basic_Blink_RTOS#86
flexiti wants to merge 10 commits into
SmingHub:masterfrom
flexiti:master

Conversation

@flexiti

@flexiti flexiti commented Mar 10, 2016

Copy link
Copy Markdown
Contributor

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

@hreintke

Copy link
Copy Markdown
Collaborator

@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

@flexiti

flexiti commented Mar 21, 2016

Copy link
Copy Markdown
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants