1technophile / OpenMQTTGateway

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.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.62k stars 795 forks source link

[RF] Add 'rtl433_stack' size reporting to RFtoMQTT topic #2081

Closed puterboy closed 1 month ago

puterboy commented 1 month ago

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/2043

Checklist:

1technophile commented 1 month ago

Thanks