Skip to content

Commit

Permalink
Update Installing-and-Compiling.md
Browse files Browse the repository at this point in the history
* update list of usermods in _S/_M/_XL config
  • Loading branch information
softhack007 authored Sep 13, 2023
1 parent e538af4 commit 14e374d
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions docs/moonmodules/Installing-and-Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,34 @@ MoonModules introduces a new naming convention for bin(ary) files which contains
### Naming convention

* WLEDMM_ (to differentiate between WLEDSR and WLEDAC)
* Version used. First 3 numbers are WLEDAC numbering, last is subnumbering within fork e.g. 0.14.0.11
* Version used. First 3 numbers are WLEDAC numbering, last is subnumbering within fork e.g. 0.14.0-b27.31
* Hardware config / presets e.g. wemos_shield_esp32_4MB_ICS4343x
* S, M or XL config, use M where possible, XL if needed (Previously _min, _max and _all where used)

### Configurations

S:
#### S:

* USERMOD_AUDIOREACTIVE
* USERMOD_ARTIFX
* FASTPATH mode, and optimizations for speed

M:
#### M:

* S
* S, except for FASTPATH mode
* USERMOD_ARTIFX
* USERMOD_ANIMARTRIX ;; CC BY-NC 3.0 licensed effects by Stefan Petrick
* USERMOD_DALLASTEMPERATURE
* USERMOD_FOUR_LINE_DISPLAY
* USERMOD_FOUR_LINE_DISPLAY USE_ALT_DISPLAY
* USERMOD_ROTARY_ENCODER_UI
* USERMOD_AUTO_SAVE
* USERMOD_WEATHER
* USERMOD_MPU6050_IMU
* USERMOD_GAMES

XL:
#### XL:

* M
* WLED_ENABLE_PIXART
* USERMOD_WEATHER
* USERMOD_MPU6050_IMU
* USERMOD_GAMES
* USERMOD_BATTERY ;; enable Battery usermod
* USERMOD_BATTERY_USE_LIPO ;; use new "decharging curve" for LiPo cells
* USERMOD_BH1750
Expand All @@ -52,15 +55,15 @@ XL:
* USERMOD_BME280
* USERMOD_DHT
* USERMOD_VL53L0X_GESTURES
* WLED_ENABLE_PIXART

### Examples

* WLEDMM_0.14.0.10_wemos_shield_esp32_16MB_M.bin
* WLEDMM_0.14.0.10_wemos_shield_esp32_4MB_ICS4343x_M.bin
* WLEDMM_0.14.0.10_wemos_shield_esp32_4MB_LineIn_M.bin
* WLEDMM_0.14.0.10_wemos_shield_esp32_4MB_SPM1423_M.bin
* WLEDMM_0.14.0.10_wemos_shield_esp32_4MB_M.bin
* WLEDMM_0.14.0-b27.31_esp32_4MB_M.bin (generic, for ESP32)
* WLEDMM_0.14.0-b27.31_wemos_shield_esp32_16MB_M.bin
* WLEDMM_0.14.0-b27.31_wemos_shield_esp32_4MB_ICS4343x_M.bin
* WLEDMM_0.14.0-b27.31_wemos_shield_esp32_4MB_LineIn_M.bin
* WLEDMM_0.14.0-b27.31_wemos_shield_esp32_4MB_SPM1423_M.bin
* WLEDMM_0.14.0-b27.31_wemos_shield_esp32_4MB_M.bin

### Bin awareness

Expand Down

0 comments on commit 14e374d

Please sign in to comment.