📝 Fix extraneous URL args (#24125)

This commit is contained in:
Keith Bennett 2022-05-02 16:29:25 -07:00 committed by Scott Lahteine
parent 071e5c336a
commit c7e8ba7857
5 changed files with 5 additions and 5 deletions

View File

@ -234,7 +234,7 @@
#if ENABLED(FYSETC_MINI_12864) #if ENABLED(FYSETC_MINI_12864)
// //
// See https://wiki.fysetc.com/Mini12864_Panel/?fbclid=IwAR1FyjuNdVOOy9_xzky3qqo_WeM5h-4gpRnnWhQr_O1Ef3h0AFnFXmCehK8 // See https://wiki.fysetc.com/Mini12864_Panel/
// //
#define DOGLCD_A0 16 #define DOGLCD_A0 16
#define DOGLCD_CS 17 #define DOGLCD_CS 17

View File

@ -752,7 +752,7 @@
#elif ENABLED(FYSETC_MINI_12864) #elif ENABLED(FYSETC_MINI_12864)
// From https://wiki.fysetc.com/Mini12864_Panel/?fbclid=IwAR1FyjuNdVOOy9_xzky3qqo_WeM5h-4gpRnnWhQr_O1Ef3h0AFnFXmCehK8 // From https://wiki.fysetc.com/Mini12864_Panel/
#define DOGLCD_A0 EXP1_07_PIN #define DOGLCD_A0 EXP1_07_PIN
#define DOGLCD_CS EXP1_08_PIN #define DOGLCD_CS EXP1_08_PIN

View File

@ -439,7 +439,7 @@
#elif ENABLED(FYSETC_MINI_12864) #elif ENABLED(FYSETC_MINI_12864)
// From https://wiki.fysetc.com/Mini12864_Panel/?fbclid=IwAR1FyjuNdVOOy9_xzky3qqo_WeM5h-4gpRnnWhQr_O1Ef3h0AFnFXmCehK8 // From https://wiki.fysetc.com/Mini12864_Panel/
// TO TEST // TO TEST
//#define DOGLCD_A0 16 //#define DOGLCD_A0 16

View File

@ -490,7 +490,7 @@
#elif ENABLED(FYSETC_MINI_12864) #elif ENABLED(FYSETC_MINI_12864)
// From https://wiki.fysetc.com/Mini12864_Panel/?fbclid=IwAR1FyjuNdVOOy9_xzky3qqo_WeM5h-4gpRnnWhQr_O1Ef3h0AFnFXmCehK8 // From https://wiki.fysetc.com/Mini12864_Panel/
// TO TEST // TO TEST
//#define DOGLCD_A0 16 //#define DOGLCD_A0 16

View File

@ -150,7 +150,7 @@
#if ENABLED(FYSETC_MINI_12864) #if ENABLED(FYSETC_MINI_12864)
// //
// See https://wiki.fysetc.com/Mini12864_Panel/?fbclid=IwAR1FyjuNdVOOy9_xzky3qqo_WeM5h-4gpRnnWhQr_O1Ef3h0AFnFXmCehK8 // See https://wiki.fysetc.com/Mini12864_Panel/
// //
#define DOGLCD_A0 PE9 #define DOGLCD_A0 PE9
#define DOGLCD_CS PE8 #define DOGLCD_CS PE8