@ -1,3 +1,12 @@
#pragma once
namespace com {}
#include <cstdint>
namespace com {
enum Submodes: uint8_t {
NONE = 0,
TX_ON = 1
};
}
The note is not visible to the blocked user.