Skip to content
Snippets Groups Projects
Commit 3b26a893 authored by Matteo Pignataro's avatar Matteo Pignataro
Browse files

[ParafoilTestDev] Added 63byte dimensions to sx1278 send method

parent 6e428319
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ void recvLoop()
void sendLoop()
{
uint8_t msg[256];
uint8_t msg[63];
while (1)
{
auto serial = miosix::DefaultConsole::instance().get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment