Skip to content

Commit

Permalink
CO2 Gadget Beta v0.12.077-development
Browse files Browse the repository at this point in the history
Remove obsolete defines: WIFI_SSID_CREDENTIALS and WIFI_PW_CREDENTIALS
  • Loading branch information
melkati committed May 20, 2024
1 parent a822d30 commit 446ba30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CO2_Gadget.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ String mqttClientId = UNITHOSTNAME;
String mqttBroker = MQTT_BROKER_SERVER;
String mqttUser = "";
String mqttPass = "";
String wifiSSID = WIFI_SSID_CREDENTIALS;
String wifiPass = WIFI_PW_CREDENTIALS;
String wifiSSID = "";
String wifiPass = "";
String MACAddress = "Unset";
uint8_t peerESPNowAddress[] = ESPNOW_PEER_MAC_ADDRESS;

Expand Down

0 comments on commit 446ba30

Please sign in to comment.