serialInit() should be moved #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
serialInit() is run no matter if the board is in online/offline mode. This should be changed, since the tasks for reading the serial console are only in the online mode. Move it to be inside createTasks() online branch
Fixed in
d33a16333a