Skip to content

Commit

Permalink
add Adafruit-GFX-Library and arduinoWebSockets to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerInk committed Nov 23, 2022
1 parent 8513259 commit bf6a388
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
path = lib/Adafruit-ST7735-Library
url = https://github.com/adafruit/Adafruit-ST7735-Library.git
branch = master
[submodule "lib/Adafruit-GFX-Library"]
path = lib/Adafruit-GFX-Library
url = https://github.com/youseetoo/Adafruit-GFX-Library.git
[submodule "lib/arduinoWebSockets"]
path = lib/arduinoWebSockets
url = https://github.com/youseetoo/arduinoWebSockets.git
1 change: 1 addition & 0 deletions lib/Adafruit-GFX-Library
Submodule Adafruit-GFX-Library added at 91d916
1 change: 1 addition & 0 deletions lib/arduinoWebSockets
Submodule arduinoWebSockets added at 323592
9 changes: 3 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ src_dir = main
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library@^1.11.3
links2004/WebSockets@^2.3.7
board_build.partitions = huge_app.csv
build_flags = -DCORE_DEBUG_LEVEL=5
monitor_speed = 115200
upload_speed = 921600

upload_port = COM3
monitor_port = COM3
debug_port = COM3
;upload_port = COM3
;monitor_port = COM3
;debug_port = COM3

0 comments on commit bf6a388

Please sign in to comment.