From c850efbde57814a9dedc46da650e27c48fc37972 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Wed, 26 Mar 2025 15:16:04 -0400 Subject: [PATCH] actually pass the config file around --- src/monocoque/helper/confighelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocoque/helper/confighelper.c b/src/monocoque/helper/confighelper.c index 7d606fb..1aef3d9 100644 --- a/src/monocoque/helper/confighelper.c +++ b/src/monocoque/helper/confighelper.c @@ -882,7 +882,7 @@ int uiloadconfig(const char* config_file_str, int confignum, int configureddevic slogt("device config file: %s", device_config_file); if (error == MONOCOQUE_ERROR_NONE) { - error = devsetup(device_type, device_subtype, NULL, ms, &settings, config_device); + error = devsetup(device_type, device_subtype, device_config_file, ms, &settings, config_device); } if (error == MONOCOQUE_ERROR_NONE) {