-
Notifications
You must be signed in to change notification settings - Fork 1
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 #4 from hs3city/switch-to-mhet-live-mini32
Switch to MH-ET Live Mini32
- Loading branch information
Showing
3 changed files
with
24 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
; Common configuration | ||
[env] | ||
platform = espressif32@^5 | ||
framework = arduino | ||
board = esp32dev | ||
monitor_speed = 115200 | ||
monitor_filter = esp32_exception_decoder | ||
lib_deps = | ||
https://github.com/plapointe6/EspMQTTClient @ ^1.13.2 | ||
bblanchon/ArduinoJson @ ^6.19.4 | ||
adafruit/Adafruit GFX Library @ ^1.11.5 | ||
https://github.com/DoomHammer/Adafruit-GFX-Library#enable-utf-8 | ||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA @ ^3.0.2 | ||
build_flags = | ||
-D ARDUINO_LOOP_STACK_SIZE=2048 | ||
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG | ||
-Wno-nonnull-compare | ||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA @ ^3.0.9 | ||
|
||
; Production environment | ||
[env:release] | ||
build_flags = | ||
${env.build_flags} | ||
-D PRODUCTION=1 | ||
[env:esp32] | ||
board = esp32dev | ||
|
||
; Development environment | ||
[env:develop] | ||
build_type = debug | ||
debug_extra_cmds = | ||
set remote hardware-watchpoint-limit 2 | ||
[env:mhetesp32minikit] | ||
board = mhetesp32minikit |
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