Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
- fixes `HomeGenie::getModule` bug
  • Loading branch information
genemars committed Mar 11, 2024
1 parent f9a6884 commit 6416136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ lib_deps = ${env.lib_deps}

[env:color-light]
platform = [email protected]
build_flags = -Os -I examples -I src
build_flags = -Os -I examples -I src -D CONFIG_StatusLedNeoPixelPin=10
build_src_filter = +<src> -<src/main.cpp> +<examples/color-light>
board_build.flash_size = 4MB
board_build.partitions = min_spiffs.csv
Expand Down

0 comments on commit 6416136

Please sign in to comment.