ESP32 and SX1278 (Ai Thinker Ra01 and Ra02) reception

@NorthernMan54 , sorry to bug, would you be able to test my changes again GitHub - diepeterpan/rtl_433_ESP: Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver (master) but using the following RTL_433 compile DEF for your device.

; *** rtl_433_ESP Options ***
‘-DONBOARD_LED=LED_BUILTIN’
; ‘-DRTL_DEBUG=4’ ; rtl_433 verbose mode
; ‘-DRTL_VERBOSE=58’ ; LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth sensor
; ‘-DRAW_SIGNAL_DEBUG=true’ ; display raw received messages
; ‘-DMEMORY_DEBUG=true’ ; display memory usage information
; ‘-DDEMOD_DEBUG=true’ ; display signal debug info
; ‘-DMY_DEVICES=true’ ; subset of devices, hopefully the ESP has less to do
‘-DDISABLERSSITHRESHOLD=true’ ;
‘-DMINRSSI=-96’ ; we need to be a bit more sensitive :wink:
; ‘-DPUBLISH_UNPARSED=true’ ; publish unparsed signal details
; ‘-DRSSI_THRESHOLD=12’ ; Apply a delta of 12 (default 9)
‘-DOOK_FIXED_THRESHOLD=15’ ; Inital OOK Threhold - Only for SX127X
; ‘-DAVERAGE_RSSI=5000’ ; Display RSSI floor ( Average of 5000 samples )
; ‘-DSIGNAL_RSSI=true’ ; Display during signal receive