Skip to content

Commit

Permalink
HA: Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Nov 30, 2023
1 parent f7d1685 commit 7018d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/JBWopr_Firmware/JBWopr_Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// Uncomment one of the WoprDevice variants below.
//
//#define FIRMWARE_VARIANT_WIFI
#define FIRMWARE_VARIANT_MQTT
//#define FIRMWARE_VARIANT_HA
//#define FIRMWARE_VARIANT_MQTT
#define FIRMWARE_VARIANT_HA
//
// Set the log level to LOG_LEVEL_TRACE in case you run into problems
#define LOG_LEVEL LogLevel::LOG_LEVEL_INFO
Expand Down
2 changes: 1 addition & 1 deletion src/jbwoprhelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// This code is distributed under the MIT License. See LICENSE for details.
/// @date Created: 2023-10-02
/// @copyright Copyright© 2023, Jonny Bergdahl
///#include "jbwoprhelpers.h"
#include "jbwoprhelpers.h"
#include <JBLogger.h>
#include <WiFi.h>
#include <HTTPClient.h>
Expand Down
2 changes: 1 addition & 1 deletion src/jbwoprmqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class JBWoprMqttDevice: public JBWoprWiFiDevice {
// ====================================================================
// WiFi
//
WiFiClient _wifiClient; / //< WiFi client
WiFiClient _wifiClient; ///< WiFi client

const char* HTML_MQTT_TITLE = "<h2>MQTT settings</h2>"; ///< MQTT title
char _mqttServerPortValue[6]; ///< MQTT server port value
Expand Down

0 comments on commit 7018d4e

Please sign in to comment.