From 0037292a636bf32accf82a987ade6fb38217899c Mon Sep 17 00:00:00 2001 From: Jay Robson Date: Mon, 26 Aug 2024 13:34:59 +1000 Subject: [PATCH] undid last commit --- src/streamer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/streamer.cpp b/src/streamer.cpp index 21b2bb3..d370bdd 100644 --- a/src/streamer.cpp +++ b/src/streamer.cpp @@ -16,7 +16,6 @@ int main(int argc, char** argv) { unsigned at = 0; Device device(argv[1]); - usleep(100000); device.put(Device::Mode::e_serial); for(;;) {