JS: Fix Number.toString() with decimals --nobuild

This commit is contained in:
Willy-JL
2025-04-01 07:47:10 +00:00
parent 823a1d9253
commit b4955fe1a6
2 changed files with 20 additions and 6 deletions

View File

@@ -95,6 +95,7 @@
- Fix crash on ISO15693-3 save when memory is empty or cannot be read (by @Willy-JL)
- Infrared: Fix universals sending (by @Willy-JL)
- GUI: Fix widget text scroll with 256+ lines (by @Willy-JL)
- JS: Fix `Number.toString()` with decimals (by @Willy-JL)
- Sub-GHz:
- UL: Fix Hollarm protocol with more verification (by @xMasterX)
- UL: Fix GangQi protocol (by @DoberBit and @mishamyte)