Merge pull request #374 from julio-matarranz/fix/correct-linux-path

fix : correct linux path (working on windows vscode) for 2432S028 boards and ignore hansolominer on new boards
This commit is contained in:
BitMaker 2024-04-29 22:17:28 +02:00 committed by GitHub
commit ec144bc6ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -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
;--------------------------------------------------------------------

View File

@ -29,7 +29,7 @@
#include <SD.h>
#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)