kopia lustrzana https://github.com/Aircoookie/WLED
Merge pull request #3722 from lost-hope/main
Usermod Klipper Percentage: Fix for include paths (windows backslash vs. linux slash)pull/3728/head^2
commit
2b0fad87d2
|
@ -170,7 +170,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USERMOD_KLIPPER_PERCENTAGE
|
#ifdef USERMOD_KLIPPER_PERCENTAGE
|
||||||
#include "..\usermods\usermod_v2_klipper_percentage\usermod_v2_klipper_percentage.h"
|
#include "../usermods/usermod_v2_klipper_percentage/usermod_v2_klipper_percentage.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USERMOD_BOBLIGHT
|
#ifdef USERMOD_BOBLIGHT
|
||||||
|
|
Ładowanie…
Reference in New Issue