···4pub type RtcLock = SpinlockRawMutex<1>;
5pub type ConnectionStatusLock = SpinlockRawMutex<2>;
6pub type NetDataLock = SpinlockRawMutex<3>;
0
···4pub type RtcLock = SpinlockRawMutex<1>;
5pub type ConnectionStatusLock = SpinlockRawMutex<2>;
6pub type NetDataLock = SpinlockRawMutex<3>;
7+pub type ConfigUpdateLock = SpinlockRawMutex<4>;