Move network stuff into their own functions

This commit is contained in:
2018-11-26 17:05:20 -07:00
parent 781035de64
commit 77e5be93f9
2 changed files with 96 additions and 71 deletions
+7 -1
View File
@@ -3,7 +3,7 @@ Protospace lockout firmware
Code Structure
==============
--------------
- Declarations
- State definitions
@@ -12,3 +12,9 @@ Code Structure
- States
- State actions
- Conditions that change the state
Dependencies
------------
Uses ArduinoJson Version 5.x.x