Gonzalo Brusco
Gonzalo Brusco
This is where you apply the uplink dwell: https://github.com/cjhdev/lora_device_lib/blob/e017b222d1ef3cb21b982d19cb7a5c0f3dfe95cb/src/ldl_mac.c#L1726 But you don't apply the uplink dwell limitation to the MTU: https://github.com/cjhdev/lora_device_lib/blob/e017b222d1ef3cb21b982d19cb7a5c0f3dfe95cb/src/ldl_mac.c#L1730 What I did is add another parameter to `LDL_Region_convertRate`...
There's support upstream: https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32G0xx/G031G(4-6-8)U_G041G(6-8)U We did a pull request to add the STM32G030C8 a couple of month ago and it is still not added. Don't expect a fast response to...
@me-no-dev not sure if it's "just that". Because as you can see in my tests, Ethernet does not work if you power on everything with the Ethernet cable plugged and...
Sorry. I can't test it right now. I will let you know later or when 3.0.0 is released. @VojtechBartoska
Anticipating the possible response that may come, in my project's API, I don't have direct access to the JsonDocument, so I can't use the capacity() memoryUsage() methods to try to...
Ok. I worked around it keeping a count of the JsonObject that were successfully added to the JsonArray and when it exits the loop (because the last addition failed due...
Yes I understand what you are saying but I still think that what I propose would be the correct choice in this regard. If the add method fails, it should...
Fair enough. I will stick to my workaround then. Thank you for taking the time to evaluate this issue. Feel free to what you want with this issue report.
Hi @ralight if I install Mosquitto 2.0.15 on Ubuntu 22.04 that comes with OpenSSL 3.0.2 ... this means it's incompatible and I should install an older version of Ubuntu that...
Found it! For everyone struggling with my same issue in Ubuntu 22.04, adding the following line in `/etc/ssl/openssl.cnf` did the trick. Now my old devices running TLS 1.1 (esp8266 with...