Skip to content

Releases: roncoa/KeySequence

Version 1.3.0

22 Jan 23:39
209fcec

Choose a tag to compare

BugFix ESP32 support (tested on ESP32-S3)

Version 1.2.1

20 Jan 22:31
abe7968

Choose a tag to compare

BugFix pressKey
Executes releaseAll() before ENTER

Version 1.2.0

30 Dec 11:21
abe7968

Choose a tag to compare

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

28 Dec 11:36
abe7968

Choose a tag to compare

Bug fixes, various improvements