croghostrider

Results 8 comments of croghostrider

Hi, service identifier 20B is the "extended search request" and is not implemented yet. If you program the device over multicast you don't need the extended search request and you...

it should unload everything. See here the support article: https://support.knx.org/hc/en-us/articles/4402998506386-Unload-Device

it comes error message "Duplicate name"

Yes, where can I find the file?

I had the same problem. The solution was to remove the LITTLEFS dependency in the file .pio\libdeps\esp32dev\ESPUI\library.json . Otherwise loads Platformio automatically the LITTLEFS lib. LITTLEFS is only required for...

I am not sure why, see here: ![image](https://github.com/Steffo99/greed/assets/8603272/a8d254cb-013e-4542-84e0-c93fce091dd9)

Hi, I never imported the root directory. Here is the error message I receive during the :benchmark:compileBenchmarkReleaseKotlin task: ``` androidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: The Compose Compiler requires the Compose Runtime to be on...

This #195 pull request should solve the problem.