Fixed incorrect Settings inclusion.

This commit is contained in:
jptrsn 2020-03-07 14:41:25 -05:00
parent fefb59eb64
commit 41129ca8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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"