Added cleanup to test
This commit is contained in:
parent
2a265251b1
commit
54c1b30959
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ int main(int argc, char** argv) {
|
|||
state = radio.begin();
|
||||
printf("[SX1261] Test:begin() = %d\n", state);
|
||||
|
||||
state = radio.transmit("Hello World!");
|
||||
printf("[SX1261] Test:transmit() = %d\n", state);
|
||||
//state = radio.transmit("Hello World!");
|
||||
//printf("[SX1261] Test:transmit() = %d\n", state);
|
||||
|
||||
hal->term();
|
||||
return(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue