Skip to content

Commit

Permalink
Merge pull request #374 from julio-matarranz/fix/correct-linux-path
Browse files Browse the repository at this point in the history
fix : correct linux path (working on windows vscode) for 2432S028 boards and ignore hansolominer on new boards
  • Loading branch information
BitMaker-hub authored Apr 29, 2024
2 parents a8a4eb0 + 91e4ea8 commit ec144bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ lib_deps =
arduino-libraries/NTPClient
lib_ignore =
TFT_eSPI
HANSOLOminerv2

;--------------------------------------------------------------------

Expand Down Expand Up @@ -261,6 +262,7 @@ lib_deps =
arduino-libraries/NTPClient
lib_ignore =
TFT_eSPI
HANSOLOminerv2

;--------------------------------------------------------------------

Expand Down Expand Up @@ -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

;--------------------------------------------------------------------

Expand Down Expand Up @@ -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

;--------------------------------------------------------------------

Expand Down Expand Up @@ -753,6 +758,8 @@ lib_deps =
arduino-libraries/NTPClient
bodmer/TFT_eSPI @ ^2.5.31
https://github.com/achillhasler/TFT_eTouch
lib_ignore =
HANSOLOminerv2

;--------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/drivers/storage/SDCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ec144bc

Please sign in to comment.