configure_motion_touch: Fix unescaped backslash in regex
Since this is inside a string literal, backslashes that are part of regex syntax have to be escaped. But that's ugly, so convert to a raw string instead.
Please register or sign in to comment