You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If config.vuThreshold is not initialized yet, the get_VUlevel() function return 0 meaning full VU level.
The correct value is return ((dimension<<8) | (uint8_t)dimension).