• Joined on 2024-04-25
Patedam pushed to multiple-connection-handling at Patedam/Calendink 2026-03-08 17:50:14 -04:00
5335da5c29 Implementing the concurrent access. Supports well more than 5 devices, enough for the house
Patedam created branch multiple-connection-handling in Patedam/Calendink 2026-03-08 15:32:30 -04:00
Patedam pushed to multiple-connection-handling at Patedam/Calendink 2026-03-08 15:32:30 -04:00
7452b1b807 tdd for concurrent http request
Patedam pushed to main at Patedam/Calendink 2026-03-08 15:19:23 -04:00
56acf92f75 Added a workflow to let the agent automatically deploy frontend onto the esp32.
Patedam pushed to main at Patedam/Calendink 2026-03-08 14:40:35 -04:00
9388bf17af Remade side bar to work better on phone and tablet
Patedam pushed to main at Patedam/Calendink 2026-03-07 23:55:55 -05:00
72e031a99d removed the blinking light after connection as it was taking a lot of iteration time.
Patedam pushed to main at Patedam/Calendink 2026-03-07 23:41:32 -05:00
ac95358561 Separating users from tasks + fixing weird ota bug
Patedam pushed to main at Patedam/Calendink 2026-03-07 22:49:45 -05:00
3fa879d007 Fix wifi crashing because stack overflow and fix esp_ota cancelling when starting from factory
Patedam deleted branch todo-list from Patedam/Calendink 2026-03-07 22:24:22 -05:00
Patedam pushed to main at Patedam/Calendink 2026-03-07 22:22:26 -05:00
e661e15bbf feat: Implement core frontend application with task management, user selection, and a collapsible sidebar.
2bee7dce43 Claude opus authored everything to make the user and task work. First iteration
8ab1efcca7 docs: Add guidelines for writing technical design documents and a detailed design for the new in-memory todo list system.
Compare 3 commits »
Patedam pushed to todo-list at Patedam/Calendink 2026-03-07 22:18:41 -05:00
e661e15bbf feat: Implement core frontend application with task management, user selection, and a collapsible sidebar.
Patedam pushed to todo-list at Patedam/Calendink 2026-03-07 21:39:13 -05:00
2bee7dce43 Claude opus authored everything to make the user and task work. First iteration
Patedam created branch todo-list in Patedam/Calendink 2026-03-07 18:50:11 -05:00
Patedam pushed to todo-list at Patedam/Calendink 2026-03-07 18:50:11 -05:00
8ab1efcca7 docs: Add guidelines for writing technical design documents and a detailed design for the new in-memory todo list system.
Patedam deleted branch firmware-ota from Patedam/Calendink 2026-03-03 22:47:18 -05:00
Patedam pushed to main at Patedam/Calendink 2026-03-03 22:47:05 -05:00
0ec7f7f08a firmware-ota (#2)
Patedam merged pull request Patedam/Calendink#2 2026-03-03 22:47:04 -05:00
firmware-ota
Patedam created pull request Patedam/Calendink#2 2026-03-03 22:46:57 -05:00
firmware-ota
Patedam pushed to firmware-ota at Patedam/Calendink 2026-03-03 22:46:41 -05:00
85dc698a8d Made everything needed to update firmware. Added the bundle to upload both front and backendin a bundle. Added magic number for more safety
fdb13d62d4 feat: Implement web dashboard with system information, reboot, and OTA update functionality.
Compare 2 commits »
Patedam pushed to firmware-ota at Patedam/Calendink 2026-03-03 21:38:59 -05:00
849d126ce0 feat: Implement OTA status API with partition information, define ESP32 partition layout, add ArrayCount utility, and include agent interaction rules.