Closed adapiekarska closed 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).
Currently the wifi flow looks like:
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).