Releases: roncoa/KeySequence
Releases · roncoa/KeySequence
Version 1.3.0
Version 1.2.1
BugFix pressKey
Executes releaseAll() before ENTER
Version 1.2.0
Added ESP32 support (tested on ESP32-S3)
Automatic USB initialization for ESP32
Increased default KEY_PRESS_DELAY to 20ms for better compatibility
Unified codebase for Arduino and ESP32
Memory constants optimization
Reduced BUFFER_SIZE to 5 to optimize RAM usage
Reduced MAX_SEQUENCE_LENGTH to 128 characters
Reduced MAX_SPECIAL_KEY_LENGTH to 10 characters
Version 1.1.1
Bug fixes, various improvements