8000 removed commented code · pycom/pycom-micropython-sigfox@6153b01 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6153b01

Browse files
gijsiomsariisik
authored andcommitted
removed commented code
1 parent a5dff88 commit 6153b01

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

esp32/mods/modlora.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ static void TASK_LoRa (void *pvParameters) {
11111111
mlmeReq.Req.Join.AppKey = (uint8_t *)lora_obj.u.otaa.AppKey;
11121112
mlmeReq.Req.Join.NbTrials = 1;
11131113
mlmeReq.Req.Join.DR = (uint8_t) lora_obj.otaa_dr;
1114-
LoRaMacMlmeRequest( &mlmeReq );
1114+
LoRaMacMlmeRequest( &mlmeReq );
11151115
} else {
11161116
mibReq.Type = MIB_NETWORK_ACTIVATION;
11171117
mibReq.Param.NetworkActivation = ACTIVATION_TYPE_ABP;
@@ -1693,12 +1693,6 @@ static bool lora_tx_space (void) {
16931693
static mp_obj_t lora_init_helper(lora_obj_t *self, const mp_arg_val_t *args) {
16941694
lora_cmd_data_t cmd_data;
16951695
xSemaphoreGive(xLoRaSigfoxSem);
1696-
// vEventGroupDelete(LoRaEvents);
1697-
// xQueueReset(xCmdQueue);
1698-
// xQueueReset(xRxQueue);
1699-
// xQueueReset(xCbQueue);
1700-
// LoRaEvents = xEventGroupCreate();
1701-
17021696

17031697
cmd_data.info.init.stack_mode = args[0].u_int;
17041698
lora_validate_mode (cmd_data.info.init.stack_mode);

0 commit comments

Comments
 (0)
0