Skip to content
Snippets Groups Projects
Commit 0064fd9c authored by Davide Mor's avatar Davide Mor
Browse files

[sx1278] Made radio test message more family friendly

parent 0984c616
Branches
No related tags found
No related merge requests found
...@@ -155,7 +155,7 @@ int main() ...@@ -155,7 +155,7 @@ int main()
} }
// Spawn all threads // Spawn all threads
std::thread send([]() { sendLoop(1000, "DIO0 (suca palle)"); }); std::thread send([]() { sendLoop(1000, "Sample radio message"); });
std::thread recv([]() { recvLoop(); }); std::thread recv([]() { recvLoop(); });
printf("\n[sx1278] Initialization complete!\n"); printf("\n[sx1278] Initialization complete!\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment