Change \ in file path to / for Windows AND Linux compatibility

This commit is contained in:
Bodmer 2017-03-09 22:37:25 +00:00 committed by GitHub
parent 7fd7ab59f5
commit c42498e5a1

View File

@ -18,9 +18,9 @@
#include <User_Setup.h> // Default setup is root library folder
//#include <User_Setups\Setup1_ILI9341.h> // Setup file configured for my ILI9341
//#include <User_Setups\Setup2_ST7735.h> // Setup file configured for my ST7735
//#include <User_Setups\Setup3_ILI9163.h> // Setup file configured for my ILI9163
//#include <User_Setups\Setup4_S6D02A1.h> // Setup file configured for my S6D02A1
//#include <User_Setups/Setup1_ILI9341.h> // Setup file configured for my ILI9341
//#include <User_Setups/Setup2_ST7735.h> // Setup file configured for my ST7735
//#include <User_Setups/Setup3_ILI9163.h> // Setup file configured for my ILI9163
//#include <User_Setups/Setup4_S6D02A1.h> // Setup file configured for my S6D02A1
//#include <User_Setups\SetupX_Template.h> // Setup file template for copying/editting
//#include <User_Setups/SetupX_Template.h> // Setup file template for copying/editting