2025-06-10
Updated: 2024/7/3
Read Time: 5 min
Supports ESP32 keyboard and mouse control packaging (no need to install HID server separately).
v19238
The focus of this update is ESP32 keyboard and mouse control module packaging support, truly achieving zero deployment for HID server.
Core Updates
ESP32 Keyboard Mouse Control Packaging Support
- Supports directly packaging ESP32 keyboard and mouse functionality into APK;
- No need to install HID server separately;
- Supports Bluetooth and OTG/USB modes;
- Automatically identifies HID channels.
HID Mode Compatibility Enhancement
- Reduced Bluetooth latency;
- Added HID connection status callback.
Optimizations
- Fixed unstable connections with some ESP32 firmware;
- Enhanced HID multi-mode recognition;
- Improved connection drop reconnection mechanism.