Updated version string
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user