Hi everyone, I’m working on an ESP32 project that broadcasts sensor data (temperature, motion, etc.) over BLE GATT and I’d like to access it via a browser interface ideally using Web Bluetooth. I built an ESP32 BLE GATT server following tutorial, whi...