theelims / ESP32-sveltekit

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 get you started in no time with a fully integrated build chain.
https://theelims.github.io/ESP32-sveltekit/
Other
90 stars 15 forks source link

remove duplicated method in FeatureService class #18

Closed leokeba closed 4 months ago

leokeba commented 4 months ago

Hi, I'm running into errors compiling the template project, the compiler complains about a duplicated method in the FeatureService class. I just removed the offending lines and everything is back to normal.

The strange thing is that this "typo" seems a bit old and I didn't have issues before the psychichttp update, maybe that's because of the new build flags ? I'm running this on a M1 Mac Studio running MacOS Ventura by the way.

theelims commented 4 months ago

Could also be me messing up while resolving merge conflicts yesterday. Thanks for bringing that up.