forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Blynk support (Aircoookie#3102)
Change default palette for Railway to Colors 1 and 2
- Loading branch information
1 parent
be2acbd
commit 220718c
Showing
46 changed files
with
239 additions
and
5,562 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
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 |
---|---|---|
|
@@ -151,7 +151,7 @@ upload_speed = 115200 | |
# Please note that we don't always use the latest version of a library. | ||
# | ||
# The following libraries have been included (and some of them changd) in the source: | ||
# [email protected], [email protected](changed), [email protected](changed), [email protected], [email protected] | ||
# [email protected], [email protected](changed), [email protected], [email protected] | ||
# ------------------------------------------------------------------------------ | ||
lib_compat_mode = strict | ||
lib_deps = | ||
|
@@ -285,7 +285,7 @@ platform = ${common.platform_wled_default} | |
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_4m1m} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 -D WLED_DISABLE_BLYNK #-DWLED_DISABLE_2D | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP8266 #-DWLED_DISABLE_2D | ||
lib_deps = ${esp8266.lib_deps} | ||
monitor_filters = esp8266_exception_decoder | ||
|
||
|
@@ -295,7 +295,7 @@ platform = ${common.platform_wled_default} | |
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP02 -D WLED_DISABLE_BLYNK | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP02 | ||
lib_deps = ${esp8266.lib_deps} | ||
|
||
[env:esp01_1m_full] | ||
|
@@ -304,7 +304,7 @@ platform = ${common.platform_wled_default} | |
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_1m128k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP01 -D WLED_DISABLE_OTA -D WLED_DISABLE_BLYNK | ||
build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP01 -D WLED_DISABLE_OTA | ||
lib_deps = ${esp8266.lib_deps} | ||
|
||
[env:esp07] | ||
|
@@ -350,7 +350,7 @@ board = esp32dev | |
platform = ${esp32.platform} | ||
platform_packages = ${esp32.platform_packages} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 #-D WLED_DISABLE_BROWNOUT_DET | ||
lib_deps = ${esp32.lib_deps} | ||
monitor_filters = esp32_exception_decoder | ||
board_build.partitions = ${esp32.default_partitions} | ||
|
@@ -360,7 +360,7 @@ board = esp32dev | |
platform = ${esp32.platform} | ||
platform_packages = ${esp32.platform_packages} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_qio80 -D WLED_DISABLE_BLYNK #-D WLED_DISABLE_BROWNOUT_DET | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_qio80 #-D WLED_DISABLE_BROWNOUT_DET | ||
lib_deps = ${esp32.lib_deps} | ||
monitor_filters = esp32_exception_decoder | ||
board_build.partitions = ${esp32.default_partitions} | ||
|
@@ -373,7 +373,7 @@ platform = ${esp32.platform} | |
platform_packages = ${esp32.platform_packages} | ||
upload_speed = 921600 | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 -D WLED_DISABLE_BLYNK | ||
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1 | ||
lib_deps = ${esp32.lib_deps} | ||
board_build.partitions = ${esp32.default_partitions} | ||
|
||
|
@@ -633,7 +633,6 @@ build_flags = ${common.build_flags_esp32} -D WLED_DISABLE_BROWNOUT_DET -D WLED_D | |
-D LEDPIN=12 | ||
-D RLYPIN=27 | ||
-D BTNPIN=34 | ||
-D WLED_DISABLE_BLYNK | ||
-D DEFAULT_LED_COUNT=6 | ||
# Display config | ||
-D ST7789_DRIVER | ||
|
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.