aliask

Results 6 comments of aliask

Hi Petr, I completely get it - I had the same annoyance when I found out it would require admin access too. To be honest I just wanted this feature...

I've added a check for the `Seek()`, but the openpgp deprecation is a tricky one. I couldn't find any third party libraries offering a drop-in functionality, but I'm not sure...

I had been using the info in an attempt to accurately track the actual ETH reward, but I guess even 9 decimal places doesn't cut it for that purpose. Ideally...

I wasn't sure what the behaviour was when setting `default true` on a board which doesn't support it. Luckily it looks like the feature stays disabled due to the `SOC_I2S_SUPPORTS_APLL`...

Sample insertion is already the default today. The problem is that the APLL functions/symbols are referenced even when you're using sample stuffing, which is a problem for boards which don't...

It doesn't appear so. Configuring ESP32 S3 target and building gives the following error (same as `master`): ``` /project/components/lightsnapcast/player.c: In function 'adjust_apll': /project/components/lightsnapcast/player.c:787:3: error: implicit declaration of function 'rtc_clk_apll_coeff_set'; did...