improv does not open complete menu every time

This commit is contained in:
lumapu 2023-04-07 02:00:19 +02:00
parent ba3f84d684
commit efe3bc4d20
8 changed files with 64 additions and 12 deletions

View file

@ -84,7 +84,7 @@ void app::setup() {
mPubSerial.setup(mConfig, &mSys, &mTimestamp);
mImprov.setup(mConfig->sys.deviceName, mVersion);
mImprov.setup(this, mConfig->sys.deviceName, mVersion);
regularTickers();