From 28c3e78a3a854fba08edf5ff54a7b96b75d7dd1b Mon Sep 17 00:00:00 2001 From: Julio MATARRANZ Date: Wed, 10 Apr 2024 00:54:51 +0200 Subject: [PATCH 1/2] fix : correct linux path (working on windows vscode) for 2432S028 boards --- src/drivers/storage/SDCard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/storage/SDCard.h b/src/drivers/storage/SDCard.h index 1b00fa3..a90deb3 100644 --- a/src/drivers/storage/SDCard.h +++ b/src/drivers/storage/SDCard.h @@ -29,7 +29,7 @@ #include #if !defined(NO_DISPLAY) - #include "..\lib\TFT_eSPI\User_Setup_Select.h" + #include "../lib/TFT_eSPI/User_Setup_Select.h" #endif #if !defined(NO_DISPLAY) && !defined(LED_DISPLAY) From 91e4ea83f6f8131d4cf69a4b0ab202bf1df9a14c Mon Sep 17 00:00:00 2001 From: Julio MATARRANZ Date: Wed, 10 Apr 2024 01:42:46 +0200 Subject: [PATCH 2/2] fix : ignore hansolo on new boards --- platformio.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8d69a4a..b670065 100644 --- a/platformio.ini +++ b/platformio.ini @@ -198,6 +198,7 @@ lib_deps = arduino-libraries/NTPClient lib_ignore = TFT_eSPI + HANSOLOminerv2 ;-------------------------------------------------------------------- @@ -261,6 +262,7 @@ lib_deps = arduino-libraries/NTPClient lib_ignore = TFT_eSPI + HANSOLOminerv2 ;-------------------------------------------------------------------- @@ -499,6 +501,8 @@ lib_deps = mathertel/OneButton @ ^2.0.3 arduino-libraries/NTPClient https://github.com/golden-guy/Arduino_wolfssl.git#v5.5.4 +lib_ignore = + HANSOLOminerv2 ;-------------------------------------------------------------------- @@ -565,7 +569,8 @@ lib_deps = mathertel/OneButton @ ^2.0.3 arduino-libraries/NTPClient ;https://github.com/golden-guy/Arduino_wolfssl.git#v5.5.4 - +lib_ignore = + HANSOLOminerv2 ;-------------------------------------------------------------------- @@ -753,6 +758,8 @@ lib_deps = arduino-libraries/NTPClient bodmer/TFT_eSPI @ ^2.5.31 https://github.com/achillhasler/TFT_eTouch +lib_ignore = + HANSOLOminerv2 ;--------------------------------------------------------------------