Frank
daa685d618
add optional "disable" flags in platformio.ini
2022-11-15 18:32:08 +01:00
Ewoud
3b21f02442
Fix Ledmap dropdown in presets
...
platformio: cosmetic updates
index.js: ledmap: show filename instead of nr
update.htm: remove installed bin prompt
json.cpp: deserializeState: assign loadLedmap from root, serializeState: assign loadLedmap to root / remove from root
presets.cpp: savePreset: assign loadLedmap from sObj
util.cpp: init ledMaps to 0
2022-11-15 11:42:25 +01:00
Frank
f0d0f0deff
platformio: new entry esp32_4MB_V4_min
...
* added esp32_4MB_V4_min, without all the feature clutter
* added optional build flags in all MM environments
2022-11-10 13:33:30 +01:00
Frank
744775ab40
platformIO ESP32: IDF V4 environments
...
* added esp32_4MB_V4_max, esp32_16MB_V4_max
* wemos D1 shields: added audio defaults for Line-In and PDM, added default I2C pins
* minor cleanups
2022-11-10 13:01:47 +01:00
Ewoud
c3c3ff39b5
Change WLEDSR to WLEDMM in comments
2022-11-09 12:14:42 +01:00
Ewoud
492fd294de
Merge remote-tracking branch 'origin/main' into mdev
2022-11-08 18:12:43 +01:00
Frank
4b5627ac72
platformio.ini updates
...
* esp32_4MB_PSRAM_max: free 5% FLASH by disabling some WLED features
* new build env for ESP32 pico board
* small updates for esp32S3
2022-11-07 17:59:58 +01:00
Ewoud
46ee25b46b
Platformio: further refactoring and bug fixing
...
platformio:
- min and max as postfix instead of prefix
- add common_mm entry for MM build_flags and lib_deps
- add esp32_4MB_V4_max_base entry for V4
const.h and FX_(2D)fcn.cpp: add IRAM_ATTR_YN to switch off if not esp32 (esp8266 not enough iram for this)
json.cpp: start stop compatibility only if 2D not disabled
2022-11-01 18:18:03 +01:00
Ewoud
0474be3069
Platformio: Refactor PSRAM, S3 and 8266 entries
...
package.json: -mmod -> _MM
platformio.ini: refactored:
esp32mdev_PSRAM -> min_esp32_4MB_PSRAM
esp32s3-mdev -> min_esp32S3_8MB (compile error!)
esp8266mdev -> min_esp8266_4MB (link error!)
(using extends)
json.cpp: getMinFreeHeap not for esp8266
2022-10-30 10:40:35 +01:00
Ewoud
305c9c5566
Use WLED_RELEASE_NAME to generate bin names and show the name in update
...
Package.json: set version to mmod numbering
platformio.ini: refactor mmod entries using extend and WLED_RELEASE_NAME
update.htm: change to installed bin
wled.h: add releaseString
xml.cpp: set bin name
2022-10-28 12:25:10 +02:00
Ewowi
80adc3f560
platformio increase max usermods, Manual OTA Update to MoonMod releases
2022-10-25 16:59:40 +02:00
Ewowi
2b55985e96
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-25 16:23:16 +02:00
Dimitry
7cac609c06
Add ADS1115 usermod ( #2752 )
...
Co-authored-by: Christian Schwinne <dev.aircoookie@gmail.com >
2022-10-21 03:25:36 +02:00
Ewowi
cb45f293dd
Added extra usermods in esp32devmax
...
Directly on branch mdev and not in small changes as mistakenly mdev was merged into small changes and couldnt be undone
2022-10-16 14:52:53 +02:00
Ewowi
56011d5769
Merge branch 'small-changes' into mdev
2022-10-16 11:25:37 +02:00
Ewowi
db27ffab4b
platformio.ini changes
...
Recent changes in mdev back to this branch
- devums to devmax
- Asyncwebserver to 2.0.7
- expressif updates
- new chips updates
- new warnings
esp32mdevmax
- activate 4ld, and rotary and 'hope' there are no conflicts with MPU6050 (sharing i2s bus)
2022-10-16 11:23:11 +02:00
Ewowi
3377b7644e
Merge branch 'expand-1DEffects' into mdev
2022-10-16 11:04:23 +02:00
Frank
a9d09b9658
enable more compiler warnings
2022-10-14 14:33:37 +02:00
Blaž Kristan
2440d8e3d1
Merge branch '0_14' of https://github.com/Aircoookie/WLED into dev
2022-10-13 07:51:52 +02:00
Ewowi
bd6ef0464f
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-10 16:35:25 +02:00
cschwinne
e78bf240ca
ESP32-C3: Do not default LEDPIN to reserved pin 16
2022-10-07 04:22:59 +02:00
Blaz Kristan
113ee73609
Newer AsyncWebServer.
2022-10-06 18:25:19 +02:00
Frank
b404ae1fe4
Merge remote-tracking branch 'origin/small-changes' into mdev
2022-10-04 14:42:59 +02:00
Frank
85e56a6678
Add support for building for 16MB "TwilightLord" ESP32
...
- board definition
- minimal changes to esp32mdevums (un-comment to use)
2022-10-04 14:35:54 +02:00
Frank
e093d2c8ba
Merge remote-tracking branch 'origin/mdev_new-FrameWork4' into mdev
2022-10-04 11:21:39 +02:00
Frank
6447d5f6bb
update for "classic" ESP32
...
`-D ARDUINO_USB_CDC_ON_BOOT=0` is needed for "classic" ESP32, to avoid crash+bootloop at startup.
2022-10-04 11:17:33 +02:00
Ewowi
6aa189fb65
Merge remote-tracking branch 'origin/dev' into mdev
2022-10-01 12:05:49 +02:00
Ewowi
fea487c950
Merge branch 'games-usermod' into mdev
2022-09-27 15:31:11 +02:00
Ewowi
9414f531dd
IMO support in usermod games, add 3D IMO cube effect
...
- platformio: add USERMOD_MPU6050_IMU and ElectronicCats/MPU6050 @ 0.6.0 to esp32mdevums
- USERMOD_MPU6050_IMU: update readme.md and usermod_mpu650_imu.h
- usermod_v2_games: support for USERMOD_MPU6050_IMU, add mode_IMUTest and class Frame3D and mode_3DIMUCube, remove old gyro handling
- usermods_list.cpp: add USERMOD_MPU6050_IMU
2022-09-27 15:19:58 +02:00
Frank
fd33d56c67
Merge remote-tracking branch 'origin/small-changes' into mdev
2022-09-26 16:28:49 +02:00
Frank
6acd3c765f
bugfix and explainations of compile flags
...
- bug: -D UWLED_USE_MY_CONFIG was an 'accident' - should be either '-D WLED_USE_MY_CONFIG' or '-U WLED_USE_MY_CONFIG'
2022-09-26 16:28:00 +02:00
Frank
31d022f26b
Merge remote-tracking branch 'origin/mdev_new-FrameWork4' into mdev
2022-09-26 15:06:33 +02:00
Frank
2e634c20fa
update
...
- ESPAsyncWebServer 2.0.6 (fixes crashes)
- added platformV4 and platformV4_packages
- all new MCUs use same platform
2022-09-26 14:50:31 +02:00
Ewowi
0ed6f52c8c
platformio.ini: update esp32mdevums
...
- use https://github.com/softhack007/LITTLEFS-threadsafe.git#master
- refactor esp32mdevums: add comments (to be augmented as still questions)
2022-09-23 13:00:45 +02:00
Frank
9f65b625a6
typo
2022-09-21 18:45:54 +02:00
Frank
d5dcc644f4
added mdev PIO env for V4 Framwork
...
- ESP32 with PSRAM
- ESP32-S3
2022-09-21 17:18:52 +02:00
Frank
004dc51f7c
basic PIO environment for ESP32-S3 and -S2
...
from AC WLED 0_14 branch
2022-09-21 14:31:15 +02:00
Blaž Kristan
ad4870a59b
PIO environment for ESP32-S3
2022-09-21 08:47:52 +02:00
Blaz Kristan
9a6c387b8e
Added Lolin S2 mini dev board environment.
2022-09-20 22:14:18 +02:00
Ewowi
5aa7b34b05
Add total heap and total psram into Info tab
2022-09-20 10:58:59 +02:00
Ewowi
4342cad1cd
Merge remote-tracking branch 'origin/dev' into small-changes
2022-09-20 10:53:51 +02:00
Ewowi
f8726d45f0
Platformio: increase WLED_MAX_USERMODS for USERMOD_GAMES
2022-09-16 13:52:51 +02:00
Ewowi
4b164b88b9
platformio: add USERMOD_GAMES to MoonModule entries (esp32mdevums,Wemos)
2022-09-16 13:32:01 +02:00
Ewowi
74a44ab9d5
platformio.ini: correct 16MB csv file reference
2022-09-10 14:24:14 +02:00
Ewowi
82bcc6914a
platformio.ini: add USERMOD_WEATHER and increase WLED_MAX_USERMODS
2022-09-08 10:15:32 +02:00
Ewowi
288e22e821
platformio.ini: set ABL_MILLIAMPS_DEFAULT=1500 to support up to 1024 leds
2022-09-07 13:57:14 +02:00
Ewowi
a4bffd909d
platformio.ini: wemos shield: remove faulty rotary encoder pins
2022-09-07 11:47:19 +02:00
Ewowi
aefc1dd276
Update plaformio.ini (fft, flashmode, esp32mdevums)
...
- add esp32mdevums
- move to kosme/arduinoFFT and UM_AUDIOREACTIVE_USE_NEW_FFT
- add f_flash = 80000000L and flash_mode = dio
- update wemos_shield_esp32
2022-09-07 09:48:38 +02:00
Ewowi
ea1626138f
platformio: make esp32mdev default
2022-08-31 07:59:59 +02:00
Ewowi
7266f83332
Platformio.ini: add esp8266mdev and modify wemos_shield_esp32
2022-08-31 07:55:50 +02:00