Hello, I'm trying to read a value from my Inkbird BLE temperature sensor using an esp32. I'm using the BLEClient code, however, the problem is that I get the following output: "The characteristic value was: ⸮
⸮��⸮�". The code characteristic value is always a bit different, but it contains signs every time. If I look at the value on the BLE scanner app on my phone, everything works correctly. Does anyone know what could be causing this problem?
Thanks in advance!