Skip to content

Commit ede0eff

Browse files
committed
fix ci build
1 parent 9c04c2f commit ede0eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/MassStorage/msc_esp32_file_browser/msc_esp32_file_browser.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131

3232
// check if secrets.h is includable, if not please
3333
// create one with SSDI & PASSWORD macro as following example:
34-
// #define SECRET_SSID "your-ssid"
35-
// #define SECRET_PASSWORD "your-password"
3634
#if __has_include("secrets.h")
3735
#include "secrets.h"
3836
#else
39-
#error "Please create secrets.h with SSID & PASSWORD defined"
37+
#warning "Please create secrets.h with SSID & PASSWORD defined"
38+
#define SECRET_SSID "your-ssid"
39+
#define SECRET_PASSWORD "your-password"
4040
#endif
4141

4242
// Debug with FTDI (Serial0) or USBCDC (Serial)

0 commit comments

Comments
 (0)