Kuba Szczodrzyński
Kuba Szczodrzyński
This is very annoying, especially on Realtek boards. Flashing UF2 writes it to OTA2, and if the address is mismatched (e.g. by compiling for a wrong board - with a...
Also, replace MultiplayerExtensions dependency with MultiplayerCore. The PR also fixes an error when the avatar wouldn't show after first downloading it.
**Is your feature request related to a problem? Please describe.** All multiplayer levels use a yellow-ish and pink/purple saber colors by default, for every map. This is only configurable by...
## The introduction As we're slowly approaching LibreTiny's 2nd birthday, it's time for a new v2.0.0 release with yet another refactor... that's how it works, right? In this issue I'll...
This updates SiraUtil to 3.0.0, which allows it to work on game version 1.19.0. From my testing it works fine. Also, if you could, please submit the plugin to BeatMods....
If you generated device profile JSONs using the [profile-building scripts](https://github.com/tuya-cloudcutter/tuya-cloudcutter/tree/main/profile-building), and want to create a pull request to add it to the repository, **do not post it here**. Profile JSONs...
### Describe the issue you are experiencing Disclaimer: I am running an unsupported installation - HA Supervised on Alpine Linux - however, I'm reporting the bug because of its nature....
Hi I've been testing Euphonium (`master` branch, 3e70f598d55f137aaeaf42e023980990d8230eaa) on ESP32 for a bit. I built it on Ubuntu to have the somewhat-latest version (but IIRC the experience was the same...
`SerialFlash.get_capacity()` calls `raise` instead of `return`, which causes the following error: ``` E: TypeError: exceptions must derive from BaseException E: |-- File "C:\Dev\Python310\lib\site-packages\spiflash\serialflash.py", line 153, in get_capacity ``` I was...