Skip to content

Commit

Permalink
sdcard.begin
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Dec 21, 2023
1 parent 61c4377 commit 3e5438c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ESPGeiger/ESPGeiger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ void setup()
cManager.autoConnect();
delay(100);
cManager.startWebPortal();

#ifdef GEIGER_SDCARD
sdcard.begin();
#endif
#ifdef ESPGEIGER_HW
hardware.begin();
#endif
Expand Down

0 comments on commit 3e5438c

Please sign in to comment.