Skip to content

Commit

Permalink
changed the way to include secrets.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausMu authored and CoretechR committed Jul 12, 2024
1 parent 03b2ea6 commit 12b5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platformio/hardware/ESP32/boardtest/main_boardtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <Adafruit_FT6206.h>
#include "driver/ledc.h"
#include <SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.h>
#include <secrets.h>
#include "secrets.h"

#define ENABLE_WIFI // Comment out to diable connected features

Expand Down

0 comments on commit 12b5f01

Please sign in to comment.