update small bug

This commit is contained in:
richonguzman 2023-07-04 09:57:38 -04:00
parent fd278f4148
commit 780f8a4dc2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
extern logging::Logger logger;
Configuration::Configuration() {
_filePath = "/tracker_config.json";;
_filePath = "/tracker_config.json";
if (!SPIFFS.begin(false)) {
Serial.println("SPIFFS Mount Failed");
return;