STR Auto Threshold Config #742

Merged
muellerr merged 8 commits from str-auto-threshold-cfg into main 2023-07-14 14:03:52 +02:00
Showing only changes of commit 93ea8519b0 - Show all commits

View File

@ -24,7 +24,7 @@ extern "C" {
using namespace returnvalue;
static constexpr bool PACKET_WIRETAPPING = true;
static constexpr bool PACKET_WIRETAPPING = false;
StrComHandler::StrComHandler(object_id_t objectId) : SystemObject(objectId) {
lock = MutexFactory::instance()->createMutex();