Skip to content

Commit

Permalink
Update Globals.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Aug 29, 2023
1 parent 621d515 commit aa6350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.82";
const char *VERSION = "0.83";

String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
Expand Down Expand Up @@ -395,4 +395,4 @@ uint8_t MAX_BRIGHTNESS = 180;
double movementFactor = 0.5;
int8_t TRANS_EFFECT = 1;
String AUTH_USER = "";
String AUTH_PASS = "awtrix";
String AUTH_PASS = "awtrix";

0 comments on commit aa6350d

Please sign in to comment.