ESP32-sveltekit icon indicating copy to clipboard operation
ESP32-sveltekit copied to clipboard

A simple and extensible framework for ESP32 based IoT projects with a feature-rich, beautiful, and responsive front-end build with Sveltekit, Tailwind CSS and DaisyUI. This is a project template to ge...

Results 17 ESP32-sveltekit issues
Sort by recently updated
recently updated
newest added

UI == - analytics.ts and models.ts: add used_heap, free_psram, used_psram and psram_size - SystemMetrics: add psram (conditionally) - SystemStatus: reorder items from dynamic to static info, psram (conditionally), consistant formatting...

Problem: To avoid getting null is not an object - metadata.parent when updating more then once in the same Wifi screen Solution: - do not maintain 2 states for dndNetworkList...

# Add automated checks for firmware build via Github CI script Instead of setting up all required development tools locally, let github build the firmware on each push to this...

Hi @theelims! This PR contains the following: - Small change to ignore .DS_Store files on MacOS (https://github.com/theelims/ESP32-sveltekit/commit/7e5c88370a477d2c29a9298ed840764a6124824c) - Config changes to minify the web interface to save flash space (https://github.com/theelims/ESP32-sveltekit/commit/bdbb84963ebd9b55160d94a9900c913eaf743097)...

Hi @theelims, this PR contains now contains: **Add extensible health check endpoint** Introduces a new `/rest/health` endpoint that enables monitoring of device state, health, and availability from external monitoring systems....

Preparing for P4 support (doesn't break non P4 devices) As discussed here: https://discord.com/channels/1420051709656305724/1420054764846190705/1425481731850502184

This replaces the battery service with a more general energy service. It still contains soc and charging But it can now be extended with other energy parameters like voltage and...