File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 4
4
Import ("env" )
5
5
6
6
PRODUCTION_VERSION = {
7
- "tidbyt" : "v10/35833" ,
7
+ "tidbyt-gen1" : "v10/35833" ,
8
+ "tidbyt-gen1_swap" : "v10/35833" ,
8
9
"pixoticker" : "v10/35833" ,
9
10
"tronbyt-S3" : "v10/35833" ,
10
11
"tidbyt-gen2" : "v11/35369" ,
Original file line number Diff line number Diff line change @@ -29,16 +29,29 @@ monitor_filters =
29
29
; \_____|______|_| \_| |_|
30
30
; ###################################################################################
31
31
; ###################################################################################
32
- [env:tidbyt]
32
+ [env:tidbyt-gen1 ]
33
33
board = tidbyt
34
34
board_build.partitions = boards/default_8mb.csv
35
35
board_build.cmake_extra_args =
36
36
-DSDKCONFIG_DEFAULTS =" sdkconfig.defaults;"
37
37
build_flags =
38
38
-D NO_GFX
39
39
-D NO_FAST_FUNCTIONS
40
- ; -D SWAP_COLORS
41
- ; -D BOOT_WEBP_PARROT
40
+ -D HTTP_BUFFER_SIZE_MAX =220000
41
+ -D HTTP_BUFFER_SIZE_DEFAULT =100000
42
+ lib_deps =
43
+ https://github.com/webmproject/libwebp.git# 1d86819f49edc8237fa2b844543081bcb8ef8a92
44
+ https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA.git# aed04adfcda1838bf85c629a8c3b560919b3a327 ; commit as of 20250320
45
+
46
+ [env:tidbyt-gen1_swap]
47
+ board = tidbyt
48
+ board_build.partitions = boards/default_8mb.csv
49
+ board_build.cmake_extra_args =
50
+ -DSDKCONFIG_DEFAULTS =" sdkconfig.defaults;"
51
+ build_flags =
52
+ -D NO_GFX
53
+ -D NO_FAST_FUNCTIONS
54
+ -D SWAP_COLORS
42
55
-D HTTP_BUFFER_SIZE_MAX =220000
43
56
-D HTTP_BUFFER_SIZE_DEFAULT =100000
44
57
lib_deps =
You can’t perform that action at this time.
0 commit comments