-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v9.6.0: Out of fuel message, KITT sound, optimized semi automatic
- Loading branch information
1 parent
02f0d6d
commit a70c65b
Showing
33 changed files
with
50,209 additions
and
168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
|
||
[env:esp32dev] | ||
;platform = [email protected] ;force to use v3.0.0 with framework-arduinoespressif32 3.10004.210126 (1.0.4) --> newer ones cause weird lights & rebooting issues! | ||
;platform = espressif32@3.1.0 ;force to use v3.1.0 with framework-arduinoespressif32 3.10006.210326 (1.0.6) --> current version appears to be working correctly now | ||
platform = espressif32 ;use latest version | ||
platform = espressif32@3.2.0 ;force to use v3.1.0 with framework-arduinoespressif32 3.10006.210326 (1.0.6) --> current version appears to be working correctly now | ||
;platform = espressif32 ;use latest version (not recommended!) | ||
board = esp32dev | ||
board_build.mcu = esp32 | ||
board_build.f_cpu = 240000000L | ||
|
@@ -22,7 +22,7 @@ monitor_speed = 115200 | |
;monitor_port = COM4 ;your port may vary! | ||
upload_protocol = esptool | ||
;upload_port = COM4 ;your port may vary! | ||
upload_port = /dev/cu.wchusbserial52BC0196871 | ||
;upload_port = /dev/cu.wchusbserial52BC0196871 | ||
|
||
build_flags = | ||
;-Os | ||
|
@@ -56,4 +56,5 @@ lib_deps = | |
https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/2.3.70.tar.gz ; 2.3.70 is confirmed to be working properly | ||
https://github.com/FastLED/FastLED | ||
;https://github.com/FastLED/FastLED/archive/refs/tags/3.3.3.tar.gz ; Some users are reporting, that they have to use v3.3.3 | ||
https://github.com/madhephaestus/ESP32AnalogRead | ||
https://github.com/madhephaestus/ESP32AnalogRead | ||
https://github.com/lbernstone/Tone32 |
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.