Updated version string

This commit is contained in:
2023-12-16 19:01:29 +01:00
parent ce7db7b0fd
commit 77eef80da0

View File

@@ -22,7 +22,7 @@ For more information, please refer to <http://unlicense.org/>
// define all constants // define all constants
const String version = "NetSpeaker v0.2.5-dev"; // version string used e.g. for access point ssid when wifi couldn't connect const String version = "NetSpeaker v0.3.2-dev"; // version string used e.g. for access point ssid when wifi couldn't connect
const int operation_mode = 0; // 0: interconnected (no buttons, but api and wifi); 1: standalone (no wifi; no api) const int operation_mode = 0; // 0: interconnected (no buttons, but api and wifi); 1: standalone (no wifi; no api)
const int SD_CS = 5; // BOARD SPECIFIC const int SD_CS = 5; // BOARD SPECIFIC
const int SPI_MISO = 19; // BOARD SPECIFIC const int SPI_MISO = 19; // BOARD SPECIFIC