Skip to content

Commit

Permalink
Correct histlog pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed May 6, 2020
1 parent 695a9dc commit 505622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/IotaWatt/IotaWatt.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extern messageLog Message_log;

#define IOTA_EXPORT_LOG_PATH "iotawatt/export.log"
#define IOTA_CURRENT_LOG_PATH "iotawatt/iotalog.log"
#define IOTA_HISTORY_LOG_PATH "iotawatt/History_log.log"
#define IOTA_HISTORY_LOG_PATH "iotawatt/histlog.log"
#define IOTA_MESSAGE_LOG_PATH "iotawatt/iotamsgs.txt"

extern char* deviceName;
Expand Down

0 comments on commit 505622c

Please sign in to comment.