Skip to content

Commit

Permalink
Change for Adafruit LED Backpack 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Nov 27, 2023
1 parent 8440f5e commit f7476cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doxygen-awesome-css
Submodule doxygen-awesome-css deleted from 8cea9a
2 changes: 1 addition & 1 deletion src/jbwopr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ std::array<Adafruit_AlphaNum4, 3> JBWoprDevice::getDisplay() {
void JBWoprDevice::displaySetState(bool state) {
_displayState = state;
for (int x = 0; x < 3; x++) {
//_display[x].setState(state);
_display[x].setDisplayState(state);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/jbwoprwifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class JBWoprWiFiDevice: public JBWoprDevice {
WiFiManager* _wifiManager; ///< WiFi manager
std::string _apName = ""; ///< AP name

const char* WEB_PORTAL_PASSWORD = "woprwopr"; ///< AP portal password
const char* WEB_PORTAL_PASSWORD = "wopr1234"; ///< AP portal password
const char* JSON_KEY_EFFECTS_TIMEOUT = "effectsTimeout"; ///< Effects timeout key name
const char* JSON_KEY_TIME_FORMAT = "timeFormat"; ///< Time format key name
const char* JSON_KEY_DATE_FORMAT = "dateFormat"; ///< Date Format key name
Expand Down

0 comments on commit f7476cd

Please sign in to comment.