2025-10-10

Updated: 2025/10/10
Read Time: 5 min
Unified HID multi-mode and HID-ESP32 API; added multi-touch and HID mode screenshots; added $mysql, $input, $assistant modules; group control projection supports mouse wheel; shellHttp supports multi-touch.

v19241 Changelog

This version focuses on HID multi-mode unification, input system upgrade, and enhanced remote database interaction.
Multiple core modules (HID, AssistService, $mysql, $input) have been unified and extended.

Modules and Core API Overview

Below are the main modules and examples in v19241 (sample code):

  • $hid series
    • Unified entry: $hid, $hid.esp32ble, $hid.esp32otg, $hid.http, $hid.multi
    • Example:
  • $shellHttp
    • Remote Shell automation (ADB-free solution):
      Execute commands and simulate input via HTTP/REST requests.
  • $mysql
    • Remote database module, syntax similar to SQLite:
  • $assistant (AssistService)
    • Enhanced control tree and window management:
      Supports node analysis, window focus control, shared layout with HID mode.
  • $input (new)
    • Supports complex input and formatting, comparable to system IME.
  • Other modules
    • $cloud: cloud message and log interface.