Small changes
This commit is contained in:
@@ -834,6 +834,8 @@ build_flags_M =
|
||||
-D USERMOD_WEATHER ; WLEDMM usermod
|
||||
-D USERMOD_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG)
|
||||
-D USERMOD_GAMES ; WLEDMM usermod
|
||||
-D USERMOD_BATTERY ;; enable Battery usermod
|
||||
-D USERMOD_BATTERY_USE_LIPO ;; use new "decharging curve" for LiPo cells
|
||||
; -D USERMOD_FASTLED ; WLEDMM usermod: CC BY-NC 3.0 licensed effects by Stefan Petrick, include this usermod only if you accept the terms!
|
||||
;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well
|
||||
-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible
|
||||
@@ -852,8 +854,6 @@ lib_deps_V4_M =
|
||||
ElectronicCats/MPU6050 @ 0.6.0 ; used for USERMOD_MPU6050_IMU
|
||||
|
||||
build_flags_XL =
|
||||
-D USERMOD_BATTERY ;; enable Battery usermod
|
||||
-D USERMOD_BATTERY_USE_LIPO ;; use new "decharging curve" for LiPo cells
|
||||
-D USERMOD_BH1750
|
||||
-D USERMOD_ANIMATED_STAIRCASE
|
||||
-D USERMOD_RTC ;; experimental
|
||||
@@ -1325,7 +1325,6 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
|
||||
; -D SR_DEBUG
|
||||
; -D MIC_LOGGER
|
||||
;lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
;monitor_filters = esp32_exception_decoder
|
||||
;; RAM: [== ] 24.9% (used 81484 bytes from 327680 bytes)
|
||||
;; Flash: [======== ] 84.6% (used 1607857 bytes from 1900544 bytes)
|
||||
|
||||
@@ -1527,7 +1526,6 @@ lib_ignore =
|
||||
;IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
|
||||
OneWire ; not needed as we don't include USERMOD_DALLASTEMPERATURE
|
||||
U8g2 ; not needed as we don't include USERMOD_FOUR_LINE_DISPLAY
|
||||
;monitor_filters = esp32_exception_decoder
|
||||
; RAM: [== ] 23.1% (used 75636 bytes from 327680 bytes)
|
||||
; Flash: [==========] 96.0% (used 1510452 bytes from 1572864 bytes)
|
||||
|
||||
|
||||
@@ -675,7 +675,7 @@ ${urows}
|
||||
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:Seagreen"></td></tr>'}
|
||||
${i.opt&0x100?inforow("Net Print ☾","<button class=\"btn btn-xs\" onclick=\"requestJson({'netDebug':"+(i.opt&0x0080?"false":"true")+"});\"><i class=\"icons "+(i.opt&0x0080?"on":"off")+"\"></i></button>"):''}
|
||||
${i.serialOnline?inforow(i.serialOnline,"TX="+i.sTX,"; RX="+i.sRX):""}
|
||||
${i.opt&0x100?'<tr><td colspan=2><hr style="height:1px;border-width:0;color:GoldenRod;background-color:GoldenRod"></td></tr>':''}
|
||||
${i.opt&0x100?'<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:SeaGreen"></td></tr>':''}
|
||||
${inforow("Build",i.vid)}
|
||||
${inforow("Estimated current",pwru)}
|
||||
${inforow("Average FPS",i.leds.fps)}
|
||||
|
||||
4201
wled00/html_ui.h
4201
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user