volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
12 stars 5 forks source link

Implement an indirection table (allocator) in Model class #5

Closed volca02 closed 6 years ago

volca02 commented 6 years ago

We have limited RAM situation, so currently we only support 4 time table entries a day. We could support 8 if we implemented an allocator for clients in model class and limit their count to some lower number than 32 (heck 16 is probably overkill for most households).

volca02 commented 6 years ago

Rewritten the request logic, so this is not needed.