diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a4297b5..e399199 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -20,22 +20,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -179,14 +164,7 @@
-
-
-
- 1701675179288
-
-
-
- 1701675179288
+
1701678225234
@@ -524,7 +502,14 @@
1701963619702
-
+
+ 1702009339056
+
+
+
+ 1702009339056
+
+
diff --git a/compile-with-docker.bat b/compile-with-docker.bat
index baf4a7c..3ad0749 100644
--- a/compile-with-docker.bat
+++ b/compile-with-docker.bat
@@ -1,4 +1,5 @@
@echo off
+call clean.bat
docker build -t uvk5 .
docker run -v %CD%\compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app && make clean && make && cp firmware* compiled-firmware/"
-pause
\ No newline at end of file
+pause