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:
commit
ec144bc6ad
@ -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
|
||||
|
||||
;--------------------------------------------------------------------
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user