Martin Prokopič
Martin Prokopič
It seems like ltchiptool is trying to write out of bounds of the flash (`start=0x329F0A`), could you please share the uf2 file?
It would be helpful to read the flash back to determine whether something was actually written at 0x329F0A and the error is in the CRC command or if the write...
Hi, thank you for your quick reply! The [LibreTiny AmbZ2 builder](https://github.com/libretiny-eu/libretiny/blob/master/builder/family/realtek-ambz2.py#L430-L431) generates UF2 where the bootloader and partition table are stored in the SINGLE scheme. So either that has to...
I was thinking about it some more and had another idea. We can pre-corrupt the OTA image during build (only for the device scheme), flash the corrupted image and then...
Hi, to move this forward a little bit, I've separated the first commit to https://github.com/libretiny-eu/ltchiptool/pull/48. That one is clearly a bug with an obvious fix, whereas this OTA stuff needs...
After merging https://github.com/libretiny-eu/libretiny/pull/307 it should be possible to flash RTL8720CF using the UF2 file produced by libretiny. ESPHome should also work, albeit without OTA.
@kuba2k2 Could you please merge this into master?
Also please make it so I can click the "Scan" button again during the current scan and it would immediately start scanning another page after it finishes the current one....
Yes, but is caused by Adminer including `"booleancol" = 'aaa'` in the SQL statement, which is invalid. [This condition](https://github.com/vrana/adminer/blob/master/adminer/include/adminer.inc.php#L586) should be probably updated to allow only valid boolean values: >...
This issue is about PostgreSQL, not MySQL.