• Joined on 2024-04-25
Patedam pushed to main at Patedam/Calendink 2026-03-03 13:02:02 -05:00
8b24d9ed83 Fixing ethernet and wifi connection to be more robust
Patedam pushed to main at Patedam/Calendink 2026-03-03 10:58:24 -05:00
bdf4a73cf2 feat: Implement Ethernet and Wi-Fi connection management with LED status indicators.
Patedam deleted branch backend-v1 from Patedam/Calendink 2026-03-03 01:18:23 -05:00
Patedam pushed to main at Patedam/Calendink 2026-03-03 01:17:36 -05:00
2916ad9c99 Squashed commit of the following:
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-03 01:15:21 -05:00
e8b53dc953 Updated backend to make sure it works properly with frontend. Fixed one frontend issue (free heap was not correctly named)
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-03 00:36:05 -05:00
3428808f83 Fixing various build errors. Activated minimal build
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-03 00:03:29 -05:00
59364ac22d Added info and reboot api into the backend. Created the basics for a backend server.
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-02 23:05:15 -05:00
37291557eb feat: Add API endpoints for system reboot and retrieving system information.
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-02 22:56:18 -05:00
a010b0c352 Added AgentTasks into git ignore we will use it to store current tasks so we can createnew contexts chat when its too big
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-02 22:48:44 -05:00
75bab78137 feat: Initialize ESP-IDF project with core build configuration, component dependencies, and web frontend deployment.
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-02 22:21:57 -05:00
bba4c63f93 docs: Add backend architecture documentation for the ESP32-S3 provider.
Patedam pushed to backend-v1 at Patedam/Calendink 2026-03-02 21:30:31 -05:00
Patedam created branch backend-v1 in Patedam/Calendink 2026-03-02 21:30:31 -05:00
Patedam pushed to main at Patedam/Calendink 2026-03-02 21:30:01 -05:00
a078977572 docs: Document frontend technology choices for ESP32-S3, detailing the selection of Svelte, Vite, and TailwindCSS for a lightweight web UI.
Patedam pushed to main at Patedam/Calendink 2026-03-02 20:47:57 -05:00
1d30773234 feat: Initialize Svelte frontend with Vite, Tailwind CSS, single-file build, and a gzip script for ESP32 deployment.
Patedam pushed to main at Patedam/Calendink 2026-03-02 20:21:38 -05:00
6d457e4744 feat: Add initial Svelte frontend for ESP32 system monitoring and reboot control.
Patedam pushed to main at Patedam/Calendink 2026-03-02 19:33:24 -05:00
9b4f94207c feat: Initialize Svelte frontend with Vite, TailwindCSS, custom theme, and a basic "Hello World" component.
Patedam pushed to main at Patedam/Calendink 2026-03-02 19:21:36 -05:00
e541ab94a4 chore: Install frontend dependencies and generate build assets.
Patedam pushed to main at Patedam/Calendink 2026-03-02 18:35:44 -05:00
3d1d968696 feat: document frontend technology choices for the ESP32-S3 provider, detailing the chosen stack, justifications, and build pipeline.
Patedam pushed to main at Patedam/Calendink 2026-03-02 16:18:59 -05:00
bad32f33ce feat: Implement Ethernet and Wi-Fi network connectivity with LED status indication and configuration.