Skip to content

Commit

Permalink
Updated favicon for index and setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnguyendev committed May 20, 2024
1 parent f2176b6 commit ce21810
Show file tree
Hide file tree
Showing 10 changed files with 4,740 additions and 4,357 deletions.
23 changes: 18 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
.cache
.clang-format
.direnv
.DS_Store
.gitignore
.idea
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
node_modules
.pioenvs
.piolibdeps
.vscode

/build_output/
/node_modules/

/wled00/extLibs
/wled00/LittleFS
/wled00/my_config.h
/wled00/Release
/wled00/wled00.ino.cpp
9 changes: 4 additions & 5 deletions platformio_override.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Please visit documentation: https://docs.platformio.org/page/projectconf.html

[platformio]
default_envs = d1_mini
; default_envs = d1_mini
; default_envs = esp32dev
; default_envs = d1_mini, esp8266_2m, esp32dev
default_envs = d1_mini, esp32dev

[env:d1_mini]
board = d1_mini
Expand All @@ -28,7 +28,7 @@ lib_deps = ${esp8266.lib_deps}
; change MCU frequency
board_build.f_cpu = 160000000L
; setupCOM
upload_port = COM[3]
upload_port = COM[6]


[env:esp8266_2m]
Expand All @@ -43,7 +43,6 @@ build_flags = ${common.build_flags_esp8266}
; -D USERMOD_MODE_SORT
-D WLED_DISABLE_OTA
-D WLED_DISABLE_ALEXA
-D WLED_DISABLE_INFRARED # IR dieu khien hong ngoai
-D WLED_ADD_EEPROM_SUPPORT
lib_deps = ${esp8266.lib_deps}
; monitor_filters = esp8266_exception_decoder
Expand All @@ -64,7 +63,7 @@ lib_deps = ${esp32.lib_deps}
monitor_filters = esp32_exception_decoder
board_build.partitions = ${esp32.default_partitions}
; setupCOM
upload_port = COM[5]
upload_port = COM[4]

; [env:WLED_tasmota_1M]
; board = esp01_1m
Expand Down
1 change: 1 addition & 0 deletions wled00/data/settings.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wled00/html_cpal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Autogenerated from wled00/data/cpal/cpal.htm, do not edit!!
const uint16_t PAGE_cpal_L = 5004;
const uint8_t PAGE_cpal[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x03, 0xbd, 0x3b, 0xfd, 0x73, 0xdb, 0xb6,
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xbd, 0x3b, 0xfd, 0x73, 0xdb, 0xb6,
0x92, 0xbf, 0xfb, 0xaf, 0x40, 0x90, 0xd4, 0x21, 0x2b, 0x88, 0x26, 0x69, 0x4b, 0xb2, 0x25, 0xd1,
0xbd, 0xd4, 0x49, 0x9f, 0x73, 0x13, 0x37, 0x99, 0xc6, 0xe7, 0xb6, 0xe7, 0xf3, 0x1b, 0xc3, 0xe4,
0x4a, 0x42, 0x43, 0x11, 0x2c, 0x08, 0xc9, 0x76, 0x65, 0xfd, 0xef, 0x37, 0x0b, 0x7e, 0x88, 0xd4,
Expand Down
1,501 changes: 750 additions & 751 deletions wled00/html_other.h

Large diffs are not rendered by default.

1,052 changes: 526 additions & 526 deletions wled00/html_pixart.h

Large diffs are not rendered by default.

630 changes: 315 additions & 315 deletions wled00/html_pxmagic.h

Large diffs are not rendered by default.

541 changes: 456 additions & 85 deletions wled00/html_settings.h

Large diffs are not rendered by default.

1,894 changes: 947 additions & 947 deletions wled00/html_simple.h

Large diffs are not rendered by default.

3,444 changes: 1,722 additions & 1,722 deletions wled00/html_ui.h

Large diffs are not rendered by default.

0 comments on commit ce21810

Please sign in to comment.