PE5PVB / TEF6686_ESP32

Advanced arduino based firmware for TEF6686 with ESP32
GNU General Public License v3.0
105 stars 43 forks source link

Missing PS in UDP traffic #599

Closed andimik closed 4 months ago

andimik commented 5 months ago

I realized, that PS is not transmitted in UDP (for stationlist):

udp_traffic.txt udp_traffic2.txt

The only fields are

PE5PVB commented 5 months ago

Fixed in https://github.com/PE5PVB/TEF6686_ESP32/commit/dc2c53ba3a0055407b83752f4b6735b3efae6024

andimik commented 4 months ago

Yes confirmed

from=TEF_tuner 1;PS=414e54454e4e455f
andimik commented 4 months ago

BTW: do we really need a space in from=TEF_tuner 1?

I can see this space in 5 lines in the TEF6686_ESP32.ino file and 6 lines in the rds.cpp

Let me propose to delete these spaces. Will test it anyway without, but I guess this will work as well.