Skip to content

Commit e9f2278

Browse files
committed
rename envs to match filenames in server
1 parent 86b820c commit e9f2278

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

extra_scripts/reset.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
Import("env")
55

66
PRODUCTION_VERSION = {
7-
"tidbyt": "v10/35833",
7+
"tidbyt-gen1": "v10/35833",
8+
"tidbyt-gen1_swap": "v10/35833",
89
"pixoticker": "v10/35833",
910
"tronbyt-S3": "v10/35833",
1011
"tidbyt-gen2": "v11/35369",

platformio.ini

+16-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,29 @@ monitor_filters =
2929
; \_____|______|_| \_| |_|
3030
;###################################################################################
3131
;###################################################################################
32-
[env:tidbyt]
32+
[env:tidbyt-gen1]
3333
board = tidbyt
3434
board_build.partitions = boards/default_8mb.csv
3535
board_build.cmake_extra_args =
3636
-DSDKCONFIG_DEFAULTS="sdkconfig.defaults;"
3737
build_flags =
3838
-D NO_GFX
3939
-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
4255
-D HTTP_BUFFER_SIZE_MAX=220000
4356
-D HTTP_BUFFER_SIZE_DEFAULT=100000
4457
lib_deps =

0 commit comments

Comments
 (0)