Skip to content

Commit

Permalink
HW named esp-log
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Feb 21, 2024
1 parent 0a05fa5 commit ab520b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ESPGeiger/src/ConfigManager/ConfigManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ extern SSD1306Display display;
extern Status status;
extern Counter gcounter;
extern NTP_Client ntpclient;

constexpr auto MQTT_SERVER_LENGTH = 31;
constexpr auto MQTT_PORT_LENGTH = 6;
constexpr auto MQTT_USER_LENGTH = 31;
Expand Down Expand Up @@ -120,7 +119,11 @@ class ConfigManager : public WiFiManager
return (char*)"ESPG-HW";
#else
#ifdef ESPGEIGER_LT
#ifdef GEIGER_SDCARD
return (char*)"ESPG-LOG";
#else
return (char*)"ESPG-LT";
#endif
#else
return (char*)"ESP8266";
#endif
Expand Down

0 comments on commit ab520b1

Please sign in to comment.