@@ -31,6 +31,8 @@ int main(int argc, char *argv[]) {
std::string toSend = "G " + line + "\n";
std::cout << toSend << std::endl;
serial.writeBytes(toSend.c_str(), toSend.length());
serial.closeDevice();
The note is not visible to the blocked user.