From 8a88ac444d03f0a507d23a4688ee2d9cdaceb95a Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sat, 28 Jan 2023 12:46:00 -0700 Subject: [PATCH] Add replacement for camera_tmo --- src/conf.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/conf.cpp b/src/conf.cpp index b13dfd1a..b61e659e 100644 --- a/src/conf.cpp +++ b/src/conf.cpp @@ -422,6 +422,12 @@ ctx_parm_depr config_parms_depr[] = { "\"camera_name\" replaced with \"device_name\"", "device_name" }, + { + "camera_tmo", + "0.0.1", + "\"camera_tmo\" replaced with \"device_tmo\"", + "device_tmo" + }, { "","","",""} };