diff --git a/src/Status.h b/src/Status.h index eb41b60c..4f0c7144 100644 --- a/src/Status.h +++ b/src/Status.h @@ -20,7 +20,7 @@ namespace meshtastic CallbackObserver statusObserver = CallbackObserver(this, &Status::updateStatus); bool initialized = false; // Workaround for no typeid support - int statusType; + int statusType = 0; public: // Allows us to generate observable events