Florian Kapust
Florian Kapust
Promises? How classic classic ^^ I would recommend the use of observables with RxJs http://reactivex.io/
Your question was regarding promises right?
There are many benefits, you can handle subscriptions, unsubscriptions, debounces, filters, merges, you can collect and share events and many many more things. We're using it since a long time...
RxJs is completely tree-shakable - it means that only the used functions are injected into the final build, if you're using Webpack, FuseBox or other build tools. It's maybe possible...
I'm on a rewrite in typescript and with necessary definitions to use it with comfort, but currently i don't have much time to finish it. I've also rewritten it with...
Thank you for your quick reply. Can I change it maybe by hand in the framework itself and could it work then? But the hardware itself should work right?
Well... I've tried it to change the Parameters in the Arduino Framework but it doesn't work. The compiling warnings are gone but the issue is still there 😢 I hope...
I've tried to adjust the parameters in .platformio/packages/framework-arduinoespressif32-libs/esp32h2/dio_qspi/include/sdkconfig.h I'm using this version, because the official Arduino Framework still doesn't support the H2 somehow: https://github.com/pioarduino/platform-espressif32 I've changed these parameters: ``` #define...
I've currently tried it, but sadly not: ``` 01:25:20.306 > [INFO] Attempting to connect to 48:31:b7:c5:8c:f4... 01:25:20.306 > assertion:callout 01:25:20.311 > line:651,function:npl_freertos_callout_init 01:25:20.311 > 01:25:20.359 > assert failed: npl_freertos_callout_init npl_os_freertos.c:651...
I've also tried the #develop build of the pioarduino framework, but it's the same issue but the error is a bit different :( ``` 02:23:44.689 > [INFO] New client created...