Skip to content

V1.4.0

Choose a tag to compare

@naomisilver naomisilver released this 02 Oct 17:31
· 1 commit to main since this release

WeeKey Control V1.4.0

MCU firmware V1.0


WeeKey Control changelog:

  • Completed a major refactor of handle_action to become two seperate functions parse_action and run_action allowing for repeating sequences and better parsing of the data from stripping components from the rest to creating a list of dictionaries and lists to use "types" and "args"
  • Added the ability for compound shell commands, it no longer does just one thing, you can pass in a whole command split by ; and run say ping google.com -t

MCU firmware changelog:

  • No change