nikvoid
nikvoid
~~Looks like some cases are still broken.~~ ```c struct appHand_supportedAppProtocolRes { appHand_responseCodeType ResponseCode; // enum with few variants, offset = 0x0 uint8_t SchemaID; // offset = 0x1 (why?, isn't enum...
This actually was a thing with different compilers used from bindgen and C sides... GCC fitted enum to 1 byte, but clang did not.
I am using embassy-net-ppp and when I have to switch modem into command mode, data link must be suspended, and this flood starts if it was suspended for too long....