Support of RTL_433 library

Hi,

I was able to compile v0.9.6 using PlatformIO on Gitpod. I added all required libraries into the lib directory and got it compiling a firmware.bin through edits of the platformio.ini file modifying the esp32dev-somfy-cc1101 setup by adding ‘-DZgatewayRF=“RF”’ & ‘-DZgatewayRTL_433=“RTL_433”’. I flashed everything through the esptool including the bootloader and partition info.
I changed the RF_RECEIVER_GPIO and RF_EMITTER_GPIO to match my setup and do see /433toMQTT messages. But I don’t see any /RTL_433toMQTT messages?!? I confirmed before using a RTL.SDR USB stick with the rtl_433 binary there are signals flying around to decode. What’s wrong?

Also doing the following MQTT pub I get an error message:
mosquitto_pub -h 192.168.178.62 -t home/OpenMQTTGateway/commands/MQTTtoRTL_433 -m '{"status":-1}

E: MQTTtoRTL_433 Fail json

Any advice?

Thanks!