Italo Soares

Results 49 comments of Italo Soares

Closing as the issue did not happen again.

+1, I've been noticing the same, and the subtitle offset does not seems to have an effect. currently using safari browser and Jellyfin 10.11.4

Note, tried using VLC to playback on android. it does not suffer from the rewind. I'll be using that as an workaround.

Note: Following the esp-idf instructions for install have helped and I can now compile normally, it would be nice to have this done automatically though, or at least stated in...

Hello, It seems its indeed related to using ADC My code is using wifi, nimble and adc1 to read the psu voltage. i have tried several things to mitigate but...

Hello! Thanks for the suggestion, Previously i was sampling 100 adc reads (no delay) and averaging to minimize noise, just removing this step fixed the issue. if i only take...

Hello @ginkgm, thanks for trying it out!. I can reproduce the same behavior on devkits and on my boards , being powered externally or by usb. and it happens across...

> I was trying to do this last week, but when i compile it in my esp32 (not s3) its keep rebooting with spinlock error: > > ![image](https://private-user-images.githubusercontent.com/5880810/462922248-13715571-0880-43ff-86d4-97a261287030.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjEzMjczMzQsIm5iZiI6MTc2MTMyNzAzNCwicGF0aCI6Ii81ODgwODEwLzQ2MjkyMjI0OC0xMzcxNTU3MS0wODgwLTQzZmYtODZkNC05N2EyNjEyODcwMzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MTAyNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTEwMjRUMTczMDM0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmM0NWYyOTE4YzE4YjM0YzZjMGZhZmMyYmJmMTRmNWM4NTNmZDdlNzVkNzRmOGZlYTJlMDU1ZmY5OGIzNTIxZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.9iPYS4braXOmCi3NVoMUgcikjfiry9JFVJyiTauNNa4) I had...