Skip to content

Commit

Permalink
Fixed incorrect Settings inclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jptrsn committed Mar 7, 2020
1 parent fefb59e commit 41129ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP32-mqtt-room.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern "C" {
#include "BLEBeacon.h"
#include "BLEEddystoneTLM.h"
#include "BLEEddystoneURL.h"
#include "Settings_f.h"
#include "Settings.h"

#ifdef htuSensorTopic
#define tempTopic htuSensorTopic "/temperature"
Expand Down

0 comments on commit 41129ca

Please sign in to comment.