Skip to content

Commit

Permalink
No space for speed optimised version
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 10, 2024
1 parent 04f7822 commit fb00b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio_override.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_unflags = ${esp32_4MB_S_base.build_unflags}
-D WLED_DISABLE_HUESYNC
-D WLED_DISABLE_ALEXA ; RAM 116 bytes; FLASH 13524 bytes
build_flags = ${esp32_4MB_S_base.build_flags}
${Speed_Flags.build_flags} ;; -O2 -> optimize for speed instead of size
; ${Speed_Flags.build_flags} ;; -O2 -> optimize for speed instead of size
${common_mm.build_flags_S}
-D WLED_RELEASE_NAME=LavaLamp
-D WLED_DISABLE_ADALIGHT ;; disables serial protocols - recommended for Hardware-CDC USB (Serial RX will receive junk commands when RX pin is unconnected, unless its pulled down by resistor)
Expand Down

0 comments on commit fb00b23

Please sign in to comment.