File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 28
28
*/
29
29
/* *************************************************************************/
30
30
WipperSnapper_LittleFS::WipperSnapper_LittleFS () {
31
+ #if PRINT_DEPENDENCIES
32
+ // Print project build dependencies
33
+ WS_DEBUG_PRINTLN (" Build Dependencies:" );
34
+ WS_DEBUG_PRINTLN (" *********************" );
35
+ WS_DEBUG_PRINTLN (project_dependencies);
36
+ WS_DEBUG_PRINTLN (" *********************" );
37
+ #endif
38
+
31
39
// Attempt to initialize filesystem
32
40
if (!LittleFS.begin ()) {
33
41
setStatusLEDColor (RED);
Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ bool setVolumeLabel() {
91
91
*/
92
92
/* *************************************************************************/
93
93
Wippersnapper_FS::Wippersnapper_FS () {
94
+ #if PRINT_DEPENDENCIES
95
+ WS_DEBUG_PRINTLN (" Build Dependencies:" );
96
+ WS_DEBUG_PRINTLN (" *********************" );
97
+ WS_DEBUG_PRINTLN (project_dependencies);
98
+ WS_DEBUG_PRINTLN (" *********************" );
99
+ WS_PRINTER.flush ();
100
+ #endif
94
101
// Detach USB device during init.
95
102
TinyUSBDevice.detach ();
96
103
// Wait for detach
You can’t perform that action at this time.
0 commit comments