File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2735,6 +2735,11 @@ void printDeviceInfo() {
2735
2735
WS_DEBUG_PRINT (" ESP32 CPU1 RESET REASON: " );
2736
2736
print_reset_reason (1 );
2737
2737
#endif
2738
+
2739
+ #if defined(PRINT_DEPENDENCIES)
2740
+ WS_DEBUG_PRINTLN (" -------Dependencies-------" );
2741
+ WS_DEBUG_PRINTLN (project_dependencies);
2742
+ #endif
2738
2743
}
2739
2744
2740
2745
/* *************************************************************************/
Original file line number Diff line number Diff line change 126
126
#include " display/ws_display_ui_helper.h"
127
127
#endif
128
128
129
+ // Build dependencies
130
+ #if defined(PRINT_DEPENDENCIES)
131
+ #include " ../print_dependencies.h"
132
+ #endif
133
+
129
134
#include " components/ds18x20/ws_ds18x20.h"
130
135
#include " components/pixels/ws_pixels.h"
131
136
#include " components/pwm/ws_pwm.h"
Original file line number Diff line number Diff line change 22
22
#include " fatfs/ff.h" // NOTE: This should be #included before fatfs/diskio.h!!!
23
23
#include " fatfs/diskio.h"
24
24
25
- #if defined(PRINT_DEPENDENCIES)
26
- #include " ../../../print_dependencies.h"
27
- #endif
28
-
29
25
#include " Wippersnapper.h"
30
26
31
27
// forward decl.
You can’t perform that action at this time.
0 commit comments