Skip to content

Commit b1a69c0

Browse files
committed
changed local.ini path
1 parent 3072a07 commit b1a69c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/usbvbox-backend/startup_localini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# define target HW identifiers
2929
VENDOR_ID = '06e0'
3030
PRODUCT_ID = 'f111'
31-
LOCALINI = '/home/mvp/sms/local.ini'
31+
LOCALINI = '/home/mvp/src/childcount/childcount/local.ini'
3232

3333

3434
def sanitize_hex(hex_):

0 commit comments

Comments
 (0)