adapiekarska / centralized-lock-system

0 stars 0 forks source link

Move wifi flow to one separate task #6

Closed adapiekarska closed 5 years ago

adapiekarska commented 5 years ago

Currently the wifi flow looks like:

init()
create_task(tcp_client)
start()

It would be good to squash all of it into one task (wifi_task). This way the wifi flow and RFID flow will be able to execute more parallely (assuming existence of rfid_task that will handle all RFID related stuff).