We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2e566 commit edd306fCopy full SHA for edd306f
mbed-os/main.cpp
@@ -134,7 +134,7 @@ static void lora_event_handler(lorawan_event_t event) {
134
}
135
printf("Switched to class C\r\n");
136
// Send an empty message to confirm the session.
137
- send_message(1, 0);
+ send_message(F_PORT_NOOP, 0);
138
break;
139
140
case DISCONNECTED:
@@ -162,7 +162,7 @@ static void lora_event_handler(lorawan_event_t event) {
162
163
case UPLINK_REQUIRED:
164
printf("Network Server requests uplink\r\n");
165
166
167
default:
168
MBED_ASSERT("Unknown event");
0 commit comments