Skip to content

Commit

Permalink
change to fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson-Lopes committed Mar 9, 2023
1 parent 7334224 commit dfcfe8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion software/ECU_BOX/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ build_flags =

lib_deps =
; embedded system common libs
https://github.com/Parahybaja/common_libs
https://github.com/Parahybaja/common_libs#0.2.3
17 changes: 3 additions & 14 deletions software/ECU_Front/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,11 @@ build_flags =
-DCONFIG_ARDUHAL_LOG_COLORS=1 ; set color debug to true

lib_deps =
; test display dependency
marcoschwartz/LiquidCrystal_I2C @ ^1.1.4

; SD card dependency
SPI

; esp-now dependency
WiFi

; accelerometer dependency
Wire
https://github.com/Jefferson-Lopes/TwoMPU6050.git
; TwoMPU6050
https://github.com/Jefferson-Lopes/TwoMPU6050

; Nextion display
SPI
https://github.com/Jefferson-Lopes/Nextion32

; embedded system common libs
https://github.com/Parahybaja/common_libs
https://github.com/Parahybaja/common_libs#0.2.3
13 changes: 3 additions & 10 deletions software/ECU_Rear/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,9 @@ build_flags =
-DCORE_DEBUG_LEVEL=4 ; esp debug level
-DCONFIG_ARDUHAL_LOG_COLORS=1 ; set color debug to true

lib_deps =
; SD card dependency
SPI

; esp-now dependency
WiFi

lib_deps =
; accelerometer dependency
Wire
https://github.com/Jefferson-Lopes/TwoMPU6050.git
https://github.com/Jefferson-Lopes/TwoMPU6050

; embedded system common libs
https://github.com/Parahybaja/common_libs
https://github.com/Parahybaja/common_libs#0.2.3

0 comments on commit dfcfe8c

Please sign in to comment.