Commit Graph

  • 3615ab535b Merge pull request #4028 from Aircoookie/dependabot/pip/urllib3-1.26.19 Blaž Kristan 2024-06-29 16:11:39 +02:00
  • b8d6ebe882 Merge pull request #4023 from Aircoookie/dependabot/npm_and_yarn/braces-3.0.3 Blaž Kristan 2024-06-29 16:11:26 +02:00
  • 1f27872294 Merge pull request #3995 from Aircoookie/dependabot/pip/requests-2.32.0 Blaž Kristan 2024-06-29 16:10:58 +02:00
  • 3815516022 Fixes to feature update for Internal Temperature usermod Adam Matthews 2024-06-28 16:12:56 +01:00
  • a1dfdced31 Fixes to feature update for Internal Temperature usermod Adam Matthews 2024-06-28 15:47:54 +01:00
  • ff39a8db3f Fix PWM crashes on ESP8266 Will Miles 2024-06-27 21:30:05 -04:00
  • 9877e899e0 Fixed images in readme Adam Matthews 2024-06-27 17:52:41 +01:00
  • bc4a6138b1 Fixes to feature update for Internal Temperature usermod Adam Matthews 2024-06-27 17:33:37 +01:00
  • f825cab54a Usermod Updated: Internal Temperature V2 Adam Matthews 2024-06-26 20:27:53 +01:00
  • 57b01c2711 Merge pull request #4030 from rorosaurus/0_15 Blaž Kristan 2024-06-26 12:01:36 +02:00
  • 5f3e3d7796 Merge pull request #4017 from xkvmoto/patch-2 Blaž Kristan 2024-06-26 11:56:15 +02:00
  • bee75a4508 Hide 2D blending styles on non-2D set-up Blaz Kristan 2024-06-23 14:14:26 +02:00
  • a4ac444bda Merge branch '0_15' into blending-styles Blaz Kristan 2024-06-23 14:10:43 +02:00
  • d13b8c8421 Move LED_BUILTIN handling to BusManager class - reduce max panels Blaz Kristan 2024-06-23 14:09:18 +02:00
  • 0af3063127 Enhancements - edit WiFi TX power (ESP32) - keep current ledmap ID in UI - limit outputs in UI based on length - wifi.ap addition to JSON Info - relay pin init bugfix - file editor button in UI Blaz Kristan 2024-06-23 14:08:18 +02:00
  • 17e1975dd8 add ETH support for LILYGO-POE-Pro Rory Hayes 2024-06-18 16:07:46 -07:00
  • 166eeacab9 Bump urllib3 from 1.26.18 to 1.26.19 dependabot[bot] 2024-06-18 01:26:00 +00:00
  • 296df2660a Merge branch '0_15' into blending-styles Blaz Kristan 2024-06-16 18:22:21 +02:00
  • 017169f1a1 Bump braces from 3.0.2 to 3.0.3 dependabot[bot] 2024-06-16 12:12:05 +00:00
  • ed0e73803f Minor tweaks for ESP8266 - update was restarting device on some occasions - a bit of throttling in UI Blaz Kristan 2024-06-14 22:12:09 +02:00
  • f4475b9d2a Dynamic parallel I2S output - update NeoPixelBus to v2.8.0 - use single/mono I2S + 4x RMT for 5 outputs or less - use parallel x8 I2S + 8x RMT for >5 outputs (limit of 300 LEDs per output) Blaz Kristan 2024-06-12 18:00:00 +02:00
  • b9849da66e Added Cube Mapping tool Brandon502 2024-06-08 13:16:56 -04:00
  • 8a1df9afee Update usermod_sn_photoresistor.h xkvmoto 2024-06-07 19:50:45 +02:00
  • 9cfb56d9c6 Add LD2410 sensor usermod wesleygas 2024-06-04 21:39:31 -03:00
  • 25ade86994 Filter/sort bugfix Blaz Kristan 2024-06-04 17:05:11 +02:00
  • da484b07f5 Use transition style for palette and color change - as requested by @willmmiles & @tkadauke Blaz Kristan 2024-06-02 21:30:44 +02:00
  • 20c0916adc Merge branch '0_15' into blending-styles Blaz Kristan 2024-06-02 21:25:24 +02:00
  • c10ec2962b Fix custom palette reorder on search Blaz Kristan 2024-06-02 21:25:05 +02:00
  • de5632b1cf Merge branch '0_15' into blending-styles Blaz Kristan 2024-06-01 17:54:57 +02:00
  • 1bb06106fd Merge pull request #4001 from DevilPro1/smartnest Blaž Kristan 2024-06-01 17:52:55 +02:00
  • bc18cdbeea Merge pull request #4010 from cstruck/fix_esp32_s3_zero_wifi_not_working Blaž Kristan 2024-06-01 14:43:33 +02:00
  • 67df5d6dcc fix: ESP32-S3 rev v0.2 seems to need the wifi fix Christian Struck 2024-06-01 09:09:01 +02:00
  • 68a7282b27 Speed and size optimisations in FX.cpp - replace uint8_t and uint16_t with unsigned - replace in8_t and int16_t with int - reduces code by 1kB - WARNING may break effects that rely on overflow/narrow width (most fixed) Blaz Kristan 2024-05-31 15:58:18 +02:00
  • 5732b66c5a Add UI error description. Blaz Kristan 2024-05-31 15:50:10 +02:00
  • f1cce8ef46 Update readme.md devilpro1 2024-05-29 20:14:12 +02:00
  • e47932c9aa Update usermod_smartnest.h devilpro1 2024-05-29 20:13:37 +02:00
  • 3a70fb0e15 Merge pull request #3897 from muebau/fix_usermod_tetisai Blaž Kristan 2024-05-27 20:22:26 +02:00
  • d5da84dcb2 add more information of the partition table to readme muebau 2024-05-27 18:36:48 +02:00
  • 1bd051d703 fixed link to partition table muebau 2024-05-27 18:15:39 +02:00
  • abb55f8e4b center the canvas if the segment exceeds the maximum width or height muebau 2024-05-27 13:29:03 +02:00
  • 46f6a257d0 fixed another throw statement muebau 2024-05-26 22:08:01 +02:00
  • 97e4eec5be avoid exceptions to stay compatible with ESP8266 add limitaion information to readme muebau 2024-05-26 21:00:13 +02:00
  • 69b99abb7d improved readme muebau 2024-05-26 15:46:23 +02:00
  • 08f6d5a683 Add files via upload devilpro1 2024-05-26 12:46:45 +02:00
  • 627bea30ed Delete usermods/smartnest directory devilpro1 2024-05-26 12:46:34 +02:00
  • caf0a5bbe8 changed the last double variables and values to float and add more hints to readme muebau 2024-05-26 11:01:57 +02:00
  • 501f988b0f ESP-NOW usermod hook Blaz Kristan 2024-05-25 20:01:38 +02:00
  • 5f0c6fce74 fixed static or global variables use of strip.now instead of millis() use float instead of double respond to changes in segment size make effect usable with multible segments muebau 2024-05-23 18:51:55 +02:00
  • 78089107b7 Merge remote-tracking branch 'upstream/0_15' into fix_usermod_tetisai muebau 2024-05-23 16:15:35 +02:00
  • f3b0906cea Merge pull request #3993 from gsieben/0_15 Blaž Kristan 2024-05-21 21:22:35 +02:00
  • 9f581c6181 Merge pull request #3994 from gsieben/0_15-Usermod-BME68X-Pull-Request Blaž Kristan 2024-05-21 21:20:47 +02:00
  • 31b232d3f3 Merge pull request #3977 from LordMike/feature/aht10_usermod Blaž Kristan 2024-05-21 21:20:03 +02:00
  • 77e6a6de61 Revert .gitignore Blaž Kristan 2024-05-21 18:23:25 +02:00
  • 85702a8142 Merge branch '0_15' into feature/aht10_usermod Blaž Kristan 2024-05-21 18:21:16 +02:00
  • 0bcdc9641d Merge pull request #3968 from adamsthws/0_15_battery_usermod_readme Blaž Kristan 2024-05-21 18:17:08 +02:00
  • bfd1bdfc64 Merge branch '0_15' into 0_15-Usermod-BME68X-Pull-Request Blaž Kristan 2024-05-21 18:14:23 +02:00
  • c1fed6d469 Merge pull request #3986 from LordMike/feature/ina226_usermod Blaž Kristan 2024-05-21 18:12:03 +02:00
  • 79ffe021e4 Update usermod_bme68x.h Gabriel Sieben 2024-05-21 11:41:57 +02:00
  • a1c348b365 --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... dependabot[bot] 2024-05-21 05:40:22 +00:00
  • 904b1f114b Merge branch 'Aircoookie:0_15' into 0_15 Gabriel Sieben 2024-05-20 22:30:28 +02:00
  • 63f481d498 Update wled.h Gabriel Sieben 2024-05-20 22:09:20 +02:00
  • fc5c19788e Update usermod_bme68x.h Gabriel Sieben 2024-05-20 14:49:05 +02:00
  • 56e0bde8ab Rebase of the user mode BME68X sensor in WLED 0.15 Gabriel Sieben 2024-05-20 14:45:01 +02:00
  • db2cdca71b Revert "First implementation of the user mods for the BME68X sensor in WLED 0.15" Gabriel Sieben 2024-05-20 14:25:08 +02:00
  • faa2fba6b9 First implementation of the user mods for the BME68X sensor in WLED 0.15 Gabriel Sieben 2024-05-20 14:10:25 +02:00
  • f727ea2874 Update wled.h Gabriel Sieben 2024-05-20 13:13:40 +02:00
  • 4a7ef07089 Fix for #3991 Blaž Kristan 2024-05-20 12:24:26 +02:00
  • 0df726cdab Add note to platformio override sample Michael Bisbjerg 2024-05-18 15:52:01 +02:00
  • 2f6f0d2f3e WLED 0.14.4 Blaz Kristan 2024-05-18 15:17:08 +02:00
  • fae5938b0a Build bump, changelog update Blaz Kristan 2024-05-18 13:01:28 +02:00
  • 2ec3639900 Merge branch 'main' into 0_15 Blaz Kristan 2024-05-18 11:24:18 +02:00
  • 4513404629 Fix for #3987 Blaz Kristan 2024-05-18 11:15:16 +02:00
  • 13bfda56ef Auto segment creation bugfix - additional debug - minor optimisation Blaz Kristan 2024-05-18 11:11:40 +02:00
  • 075c164407 Fix bug in triggered measurements Michael Bisbjerg 2024-05-17 15:03:56 +02:00
  • dcb5049f97 Move to individual settings for samples and conversion time Michael Bisbjerg 2024-05-17 10:47:33 +02:00
  • d24cf14009 Triggered & continuous modes Michael Bisbjerg 2024-05-16 00:06:41 +02:00
  • 3d34802ab2 Initial ina226 Michael Bisbjerg 2024-05-15 23:27:56 +02:00
  • 2aec21a6d0 Palette loading optimisation - fixes #3978 - FX: Firenoise can use selected palette Blaz Kristan 2024-05-15 15:34:53 +02:00
  • 19ccff9ff1 Merge branch '0_15' into 0_15_battery_usermod_readme Adam Matthews 2024-05-15 22:15:18 +01:00
  • 1dd9c6754c Cleanup unecessary struct Michael Bisbjerg 2024-05-15 21:32:08 +02:00
  • f9467ceaf1 Fix state issue on change reporting, add override sample ini Michael Bisbjerg 2024-05-15 21:26:30 +02:00
  • ccce0f2d3b Merge branch '0_15' into blending-styles Blaz Kristan 2024-05-15 20:59:41 +02:00
  • f51da4f0c4 Change reporting to be on significant changes Michael Bisbjerg 2024-05-15 18:56:45 +02:00
  • 2eff389fff Handle feedback Michael Bisbjerg 2024-05-15 18:35:33 +02:00
  • 77ca2ec0e9 Compiler warning fix Blaz Kristan 2024-05-15 15:35:14 +02:00
  • 77e6ea8a6f Palette loading optimisation - fixes #3978 - FX: Firenoise can use selected palette Blaz Kristan 2024-05-15 15:34:53 +02:00
  • e33299bbd7 Merge pull request #3961 from Brandon502/0_15 Frank 2024-05-15 14:22:10 +02:00
  • 74e273274c Replace 5 booleans with 1 byte flags field Michael Bisbjerg 2024-05-14 23:15:59 +02:00
  • 02bf5902f0 Add MQTT and HASS support for AHT10 Michael Bisbjerg 2024-05-14 22:53:03 +02:00
  • 5f41de8938 Merge pull request #3966 from LordMike/feature/bme280_changeable_i2c Blaž Kristan 2024-05-14 19:39:42 +02:00
  • f71d839009 Address comments Michael Bisbjerg 2024-05-14 17:54:43 +02:00
  • 3cb6b17316 Pinwheel fix Brandon502 2024-05-14 11:46:52 -04:00
  • c0cb677a4c Pinwheel cleanup Brandon502 2024-05-14 11:30:33 -04:00
  • a5a6a8eaee pinwheel : fix holes on large matrix, minor code cleanup Frank 2024-05-14 11:30:25 +02:00
  • ecb861de56 pinwheel code cleanup Frank 2024-05-14 10:36:50 +02:00
  • 1d20f18d3f Pinwheel bugfix Brandon502 2024-05-13 17:43:31 -04:00
  • 68f6b3452e Initial implementation of the AHT10/AHT15/AHT20 sensors Michael Bisbjerg 2024-05-13 20:09:31 +02:00
  • 60075f6e8c Avoid storing the settings of bme280 globally Michael Bisbjerg 2024-05-13 20:22:31 +02:00
  • 1d7789f544 pinwheel bugfixing Frank 2024-05-13 19:27:41 +02:00
  • bd10a9aa26 Change BME280I2C to be reused between configs Michael Bisbjerg 2024-05-13 18:35:02 +02:00