Paweł Ługowski
Paweł Ługowski
You can add it by yourself... Just add to `components/micropython/esp32/modules` as symlinks or just copy whole uasyncio dir with modules, and build firmware. It works perfect, I'm using uasyncio all...
true that, I suggested here to #193 merge bluetooth module from @MrSurly repository, but he answered that this is still in experimental state :( It will be awesome to see...
What about merge some work of @MrSurly? from his repository: https://github.com/MrSurly/micropython-esp32/blob/dev-bluetooth/esp32/bluetooth_docs.md He finished implementation for BLE using GATT. Or maybe some example how to use built in bluetooth_le module. I...
Hi, I found your library and it will be nice to get support for I2C displays as well 👍
rewind didn't work in that case... or, can you tell me how to use it?
I tried to: - setting waitThumbnailsLoad: false - add to destroy method: $entry.data('jg.width', undefined); $entry.data('jg.height', undefined); - $relatedTarget.closest('.image').data({ 'jg.width': undefined, 'jg.height': undefined }); Nothing works as I want to..
Well, that works :P
I tried also to remove whole img tag and put the new one with no result... Maybe jg puts something to cache, local storage or something (i'm not advanced js...
I'll try put it tomorrow :)