Skip to content

Commit

Permalink
build: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Jun 21, 2024
1 parent 5055fbd commit ffef3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void setup() {

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

Expand Down

0 comments on commit ffef3be

Please sign in to comment.