Skip to content

Commit 732e616

Browse files
committed
updates in todo
1 parent 105fcb3 commit 732e616

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**__pycache__/
22
**.pyc
3+
**.db

TODO.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Esp Related objectives:
1+
# Updates in electronics side:
22

3-
> add autoreset function on Esp microprocessors
4-
> append autoreset with state check of some devices (Ex: if ligths were on)
5-
> add reconnect function on Esp microprocessors
6-
> append reconnect with ip validation
7-
> add ip validation on every device reconnect
8-
> add some delay on esp device setup() function for routers to activate before esp will connect
3+
+ [ ] Esp Related objectives:
4+
+ [ ] add reconnect function on Esp microprocessors
5+
+ [ ] add state check on load function (Ex: if ligths were on)
6+
+ [ ] append reconnect with ip validation
7+
+ [ ] add ip validation on every device reconnect
8+
+ [ ] add some delay on esp device setup() function for routers to activate before esp will connect
9+
+ [ ] make AP on device for setting up the wi-fi connection
10+
+ [ ] add li-ion battery on ESP microprocessor to avoid resetting
911

10-
# Api Related objectives:
12+
# Software related objectives:
1113

12-
> add routes for force restart on special time
14+
+ [ ] Api related objectives:
15+
+ [x] update models and database for more structured use
16+
+ [x] update jsons of these models
17+
+ [ ] Api sending info of sensors separately
18+
+ [ ] Api sending UI info depending description
19+
+ [x] add routes for force restart on special time

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ flask-sqlalchemy
33
sqlalchemy
44
pyserial
55
requests
6-
gunicorn
6+
gunicorn

0 commit comments

Comments
 (0)