martin-ger

Results 3 issues of martin-ger

As far as I understand lines 220 ff. in mqtt.c: ``` if (mqttClient->mqtt_state.outbound_message != NULL) { if (mqttClient->mqtt_state.outbound_message->data != NULL) { os_free(mqttClient->mqtt_state.outbound_message->data); mqttClient->mqtt_state.outbound_message->data = NULL; } } ``` are not...

Solo simulation seems to run fine, but when I try to install the test environment using `pip3 install --user -r requirements.txt` on Ubuntu 18.04.4 LTS it tells me: ``` x86_64-linux-gnu-gcc...

Looking into the lwip code, I think, I understand why this fails, when the STA netif is not up: in lwip/core/ipv4/ip.c, lines 138 ff.: ``` /* iterate through netifs */...