-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from thankthemaker/rel/2.5.0
Prepare release 2.5.0
- Loading branch information
Showing
30 changed files
with
134 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,20 @@ default_envs = wemos_d1_mini32 | |
[common_env_data] | ||
lib_deps_external = | ||
adafruit/Adafruit NeoPixel @ ^1.11.0 | ||
bakercp/Logger @ 1.0.3 | ||
h2zero/[email protected] | ||
fabianoriccardi/Melody Player @ ^2.2.2 | ||
bblanchon/ArduinoJson @ ^6.21.2 | ||
fabianoriccardi/Melody Player @ ^2.4.0 | ||
bblanchon/ArduinoJson @ ^6.21.3 | ||
paulo-raca/Buffered Streams @ ^1.0.8 | ||
build_flags = | ||
-D CONFIG_BT_NIMBLE_PINNED_TO_CORE=0 | ||
-D CONFIG_NIMBLE_STACK_USE_MEM_POOLS=1 | ||
-D CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED ; Disable NimBLE Client code, will save ~7kB | ||
-D CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED ; Disable NimBLE Client code, will save ~26kB | ||
-D CORE_DEBUG_LEVEL=0 | ||
|
||
[ESP32] | ||
build_flags= | ||
${common_env_data.build_flags} | ||
-D PIN_NEOPIXEL=4 ; DIN of WS28xx stripe for front- / backlight, only needed if WS28xx is used | ||
-D MOSFET_PIN_1=22 ; PWM signal for MOSFET 1 (front white, back red), only needed if COB is used | ||
-D MOSFET_PIN_2=23 ; PWM signal for MOSFET 2 (front red, back white), only needed if COB is used | ||
|
@@ -41,6 +47,7 @@ build_flags= | |
|
||
[ESP32-S3] | ||
build_flags= | ||
${common_env_data.build_flags} | ||
-D PIN_NEOPIXEL=3 ; DIN of WS28xx stripe for front- / backlight, only needed if WS28xx is used | ||
; -D MOSFET_PIN_1= ; PWM signal for MOSFET 1 (front white, back red), only needed if COB is used | ||
; -D MOSFET_PIN_2= ; PWM signal for MOSFET 2 (front red, back white), only needed if COB is used | ||
|
@@ -58,6 +65,7 @@ build_flags= | |
|
||
[AVASPARK-RGB] | ||
build_flags= | ||
${common_env_data.build_flags} | ||
-D PIN_NEOPIXEL_FRONT=18 ; DIN of WS28xx stripe for front light, only needed if WS28xx is used | ||
-D PIN_NEOPIXEL_BACK=17 ; DIN of WS28xx stripe for back light, only needed if WS28xx is used | ||
;-D MOSFET_PIN_1=22 ; PWM signal for MOSFET 1 (front white, back red), only needed if COB is used | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#include <Arduino.h> | ||
#include <Logger.h> | ||
|
||
#include "bms_relay.h" | ||
#include "packet.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.