Update driver version

This commit is contained in:
Terence Boldt 2023-01-08 22:35:15 -05:00 committed by GitHub
parent 28dc09a877
commit 91346471ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@ body:
label: Driver Version
description: What version of the driver are you running? Check with `RPI a2version`
options:
- 0027 (add dynamic drive support)
- 0026 (add error handling)
- 0025 (update RPi.command)
- 0024 (fix VT100 arrow keys)
- 0023 (replaced periph.io with rpio)
- 0022 (added version info)

View File

@ -8,4 +8,4 @@ package info
// Version is the hexadecimal version number that
// should be incremented with each driver update
const Version = "0026"
const Version = "0027"