MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
Adding reporting of low water mark for rtl_433_Decoder_Stack helps in debugging OOM situations that cause OMG to crash when stack runs out of allocated memory.
See for example:
https://github.com/1technophile/OpenMQTTGateway/issues/2043
Checklist:
[x ] The pull request is done against the latest development branch
[x ] Only one feature/fix was added per PR and the code change compiles without warnings
Description:
Adding reporting of low water mark for
rtl_433_Decoder_Stack
helps in debugging OOM situations that cause OMG to crash when stack runs out of allocated memory. See for example: https://github.com/1technophile/OpenMQTTGateway/issues/2043Checklist: