|
|
@@ -16,12 +16,12 @@
|
|
|
////////////////////////////////////////////////////////////////
|
|
|
///////////////////////// Config begin /////////////////////////
|
|
|
// Wifi Config
|
|
|
-const char *ssid = "SilberfishAtHome";
|
|
|
-const char *password = "6457328324132300AE";
|
|
|
-char *awtrix_server = "192.168.1.146";
|
|
|
+const char *ssid = "XXXXX";
|
|
|
+const char *password = "XXXXX";
|
|
|
+char *awtrix_server = "192.168.178.xx";
|
|
|
|
|
|
/// LDR Config
|
|
|
-#define LDR_RESISTOR 1000 //ohms
|
|
|
+#define LDR_RESISTOR 10000 //ohms
|
|
|
#define LDR_PIN A0
|
|
|
#define LDR_PHOTOCELL LightDependentResistor::GL5516
|
|
|
|
|
|
@@ -38,7 +38,7 @@ char *awtrix_server = "192.168.1.146";
|
|
|
char *topics = "awtrixmatrix/";
|
|
|
#define NUMMATRIX (32 * 8)
|
|
|
CRGB leds[NUMMATRIX];
|
|
|
-String version = "0.31";
|
|
|
+String version = "0.32";
|
|
|
#ifdef MATRIX_MODEV2
|
|
|
FastLED_NeoMatrix *matrix = new FastLED_NeoMatrix(leds, 32, 8, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_ZIGZAG);
|
|
|
#endif
|