0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

Limit screen update rate in AM fixer

This commit is contained in:
OneOfEleven
2023-09-26 11:41:10 +01:00
parent 8acbfbc80d
commit 9d178c549a
6 changed files with 64 additions and 28 deletions

View File

@ -1,4 +1,5 @@
@echo off
del /S /Q *.~*
del /S /Q *.map
del /S /Q *.tds
@ -10,8 +11,14 @@ del /S /Q *.ilf
del /S /Q *.ils
del /S /Q *.dcu
del /S /Q *.dsk
rd /S /Q Debug
rd /S /Q Release
rd /S /Q ipch
del /S gain_table.c
del /S uv-k5_small.c
del /S uv-k5_small_bold.c
::pause
@echo on