Flub
Flub
When i try to compile this lib using a compiler optimization flag other than Arduino default -Os. For example when using -Ofast I get the following error, which is if...
Hi there, thanks for offering your code. I could get it working, but i wonder if it is possible to get a higher resolution mask. I changed the code like...
Hi, sorry, this is more of a question than an issue. But i did not find a Discussions area here and I have the feeling posting my question here could...
https://github.com/BlackScorp/shop/blob/2321d6669b0e3de4a21a264272ee844f403ddd97/function/orders.php#L71 Ich glaube der Nettopreis wird anders berechnet. Nicht $netPrice = (1.0 - ($taxInPercent / 100)) * $price; sondern $netPrice = $price / (1 + ($taxInPercent / 100));
Hello, I set all registers of the ES8388 to output max volume but the playback through the headphones is not loud enough. I got the ESP32 Audio Kit V2.2 2957...