Skip to content

Commit

Permalink
feat: update firmware version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Mar 25, 2024
1 parent bd73379 commit 9016ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ void setup() {

Serial.println("Starting improv serial work...");
improvSerial.setDeviceInfo(ImprovTypes::ChipFamily::CF_ESP32,
"Schnell Firmware", "0.3.0 beta",
"Schnell Keyboard");
"Schnell Firmware", "1.0.0", "Schnell Keypad");
improvSerial.onImprovError(onImprovWiFiErrorCb);
improvSerial.onImprovConnected(onImprovWiFiConnectedCb);

Expand Down

0 comments on commit 9016ed1

Please sign in to comment.