Update version number for release

This commit is contained in:
Daniel Öster 2024-02-04 21:37:26 +02:00 committed by GitHub
parent e774043c63
commit 440e010a71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,5 +36,5 @@ const char* ssid = "REPLACE_WITH_YOUR_SSID"; // Maximum of 63 character
const char* password = "REPLACE_WITH_YOUR_PASSWORD"; // Minimum of 8 characters; const char* password = "REPLACE_WITH_YOUR_PASSWORD"; // Minimum of 8 characters;
const char* ssidAP = "Battery Emulator"; // Maximum of 63 characters; const char* ssidAP = "Battery Emulator"; // Maximum of 63 characters;
const char* passwordAP = "123456789"; // Minimum of 8 characters; set to NULL if you want the access point to be open const char* passwordAP = "123456789"; // Minimum of 8 characters; set to NULL if you want the access point to be open
const char* versionNumber = "4.5.0"; // The current software version, shown on webserver const char* versionNumber = "5.0.0"; // The current software version, shown on webserver
#endif #endif