Skip to content

Commit c871536

Browse files
committed
fix: Fix path to SketchConfig
1 parent 5868f41 commit c871536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installation/Windows/04_customize_config.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set CONFIG="..\..\Sketches\SenseBoxMcu\arduino_secrets.h"
2+
set CONFIG="..\..\Sketches\SenseBoxMcu\SketchConfig.h"
33
if exist %CONFIG% (
44
notepad %CONFIG%
55
) else (

0 commit comments

Comments
 (0)