-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hard reset indicator and functionality
* Adding attempts to readLine and state marker if radio module is unresponsive * Fix spacing around brackets * Adding attempts to TheTHingsNetwork.h * No need for else when if has return * Set default in header file * decrement attempts * Proposal to handle exception when RN module does not respond * Changed variable name from radioModuleInvalidState to needsHardReset * Added hardReset function with non-blocking delay. made needsHardReset a public variable * Updating documentation for hardreset * Changed wording of unresponsive rn module in readline function * Spacing in if statement in readline function * Removing comment at readline function * Fixed spelling mistake of millis in resetHard * Replacing single qoute with double qoute to fix warning: character constant too long for its type * remove empty line * Fixed missing ( * moved adr parameter to reset and added parameter description for hardreset * Spelling mistake * Reformulated the non i/o blocking wait function to make it more understandable * Updated the way while brackets are placed in resetHard * Updated hardreset documentation to include initial pinmode setup * rewording of hardreset output pin config * Using delay(1000) instead of custom delay function to ensure that ESP8266 background operations will work
- Loading branch information
1 parent
be30091
commit 389ab70
Showing
3 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters