Ewoud
2af9fc3755
Add mm.kno.wled.ge
...
Change https://kno.wled.ge to https://mm.kno.wled.ge
Change help to ? button in usermods
Change WeatherUserMod to Weather
2022-12-21 12:30:40 +01:00
Frank
f48895f61f
add gpio info for USERMOD_DALLASTEMPERATURE
2022-12-20 19:24:23 +01:00
Frank
ddad7269ed
pin info: more default usermod pins
2022-12-20 17:49:34 +01:00
Frank
3d80f503cd
make netDegug work with MIC_LOGGER
...
adding a dummy "´flush()" method to NetDebug that does nothing
2022-12-20 17:47:33 +01:00
Frank
c7c5b3255c
version up
2022-12-19 18:29:45 +01:00
Frank
95e6f471ce
miclogger - added average signal (optional)
2022-12-19 18:29:22 +01:00
Ewoud
949373df91
Add usermod help links for AR, 4LD and weather
...
Other usermods:
void appendConfigData()
{
...
oappend(SET_F("addInfo('<modname>:help',0,'<a href=\"https:// \">Help</a>');"));
...
}
2022-12-19 16:42:07 +01:00
Frank
5ec98c4c55
mpu usermod: add error message in info page (if semsor not found)
2022-12-19 16:32:44 +01:00
Frank
465c032535
audio mic logger improvement
...
added min/max of raw samples to the plot.
This will help for debugging microphones with strong negative DC offset.
2022-12-19 16:29:49 +01:00
Ewoud
3139f5228d
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-12-19 14:00:52 +01:00
Ewoud
c708d277c7
PlatformIO fix 16MB boards bug
2022-12-19 13:16:36 +01:00
Frank
42cc302159
enable bandpass filter for analog input
...
Analog input seems to sometime have a very strong negative DC offset, when the signal is not centered at 1.8V. The bandpass filter should help to reenter such "off limits" signals.
See discussions in issue #10 .
2022-12-19 11:15:37 +01:00
Blaž Kristan
b241872a00
Merge pull request #2942 from ezcGman/um-sht
...
New Usermod: SHT temperature & humidity sensors
2022-12-19 07:11:10 +01:00
Frank
18d649a3a5
usermods: delay I2C pin allocation
...
delay i2C allocation / startup if global I2C pins = -1
2022-12-18 23:12:38 +01:00
Frank
ef8da0d3e8
small update
...
moving the print slightly above
2022-12-18 23:08:08 +01:00
ezcGman
b7034d3213
UM SHT: Check for IOs gt zero
2022-12-18 21:33:25 +01:00
Blaž Kristan
e7449b4d56
Merge pull request #2959 from Aircoookie/selall-bugfix
...
maximum segments reached and Select all bugfix
2022-12-18 19:24:14 +01:00
Frank
ae39fe8a0c
usermod 4ld: start disabled on -S3
...
workaround for a nasty bug in idf v4 - device hangs for several minutes if you start with display not attached.
2022-12-18 18:35:28 +01:00
Frank
b94e0ef797
Merge pull request #2955 from ezcGman/i2c-build-flags
...
Add build flags for global i2c & SPI pins
2022-12-18 12:33:33 +01:00
Blaz Kristan
00fed4f995
Carifications and implicit HW_PIN... definition
2022-12-18 11:33:13 +01:00
Blaz Kristan
e8a7802e94
Loxone bugfix.
2022-12-18 11:07:32 +01:00
Frank
2c9cde4096
I2C usermods: make sure that no Wire-begin(-1, -1) sneaks through
2022-12-17 21:42:16 +01:00
Frank
dae6de76f1
Improve co-existence of usermods sharing I2C
...
Improve co-existence of several popular usermods with respect to shared I2C bus.
- ensure that i2c_sda and i2c_scl are used when defined
- ensure that HW_PIN_SDA / HW_PIN_SCL are not overwritten
- ensure that Wire.begin()nis always called with user-defined pins (remove rogue Wire.begin() without parameters)
- ensure that set.cpp / cfg.cpp use esp32-specific global Wire objects.
2022-12-17 19:45:45 +01:00
Frank
6385bf41aa
posxt-merge fixing
...
small update, to preserve MM-specific parts.
2022-12-17 17:45:39 +01:00
Blaz Kristan
bfbc1ebb13
Fix all segments checkbox
2022-12-16 23:20:49 +01:00
Blaz Kristan
a802bb2736
Merge branch 'main' into selall-bugfix
2022-12-16 22:32:15 +01:00
Blaz Kristan
3c5838cafd
Remove "strip" dependency in Segment class
2022-12-16 22:31:07 +01:00
Ewoud
b05229936d
Platformio: add more wemos shield 16MB entries and improve/cleanup
...
Platformio:
- Add wemos_shield_esp32_16MB configs
- Improve/cleanup some comments
- Create entries for shield mics/linein and 16MB board
- Reuse these entries (SPM1423, ICS4343x, LineIn, 16MB)
2022-12-16 20:48:58 +01:00
Ewoud
27bbccc314
Custom Effects: add fftResult
...
Version 0.14.0.11
Custom Effects
- Update to wledv033.json
- change sampleAvg to volume
- custom effects is 1d effect (to enable expand function), however 2D just possible!
2022-12-16 14:07:30 +01:00
Ewoud
ffe52fcbf5
Merge remote-tracking branch 'origin/ac_main' into mdev
2022-12-16 11:43:27 +01:00
ezcGman
9217e8336d
Merge branch 'um-sht' of github.com:ezcGman/WLED into um-sht
2022-12-16 02:22:44 +01:00
ezcGman
13cfc2d7bc
UM SHT: Improved pin de/allocation
2022-12-16 02:22:13 +01:00
ezcGman
171cebed1c
Add build flags for global i2c & SPI pins
2022-12-15 15:50:44 +01:00
Andy Hofmann
1dcef87e1c
UM SHT: Fixed typo in readme
2022-12-15 11:27:35 +01:00
ezcGman
23fb602a33
Merge branch 'main' of https://github.com/Aircoookie/WLED into um-sht
2022-12-15 01:38:54 +01:00
ezcGman
a8a549e8fc
UM SHT: Lots of documentation added
2022-12-15 01:38:41 +01:00
ezcGman
44790e99ea
UM SHT: use snprintf_P instead of sprintf_P
2022-12-15 00:52:21 +01:00
ezcGman
a3f6717c59
UM SHT: Avoid inline methods
2022-12-15 00:42:27 +01:00
ezcGman
9587480e29
UM SHT: Updated ReadMe
2022-12-15 00:41:08 +01:00
Blaž Kristan
8619e8fc0b
Merge pull request #2947 from eibanez/main
...
Update wizlights user mod so it compiles
2022-12-14 06:30:16 +01:00
Eduardo Ibanez
10dace6de6
Merge pull request #1 from Aircoookie/main
...
Pull upstream changes
2022-12-13 16:02:47 -06:00
Blaz Kristan
f6e843b5e2
No simple UI detection.
2022-12-13 22:25:12 +01:00
Blaz Kristan
a7bad5df61
Bugfix. #2945
2022-12-13 14:40:41 +01:00
Christian Schwinne
f50c9e855c
Use "pd" JSON API call for direct preset apply ( #2946 )
2022-12-13 14:27:44 +01:00
Eduardo Ibanez
3653666ffe
Update wizlights user mod so it compiles
2022-12-12 22:04:25 -06:00
ezcGman
2123e43490
UM SHT: Added Fahrenheit support
2022-12-12 02:33:31 +01:00
ezcGman
19146d8012
UM SHT: Made type a setting instead of buildflag
2022-12-12 02:05:02 +01:00
ezcGman
987dd36401
UM SHT: Using F() helper on some strings
2022-12-11 22:32:03 +01:00
Blaz Kristan
6bb158786b
Fix for switching WLED off when in nighttime only mode.
2022-12-11 20:10:24 +01:00
Frank
d1514b76d7
correct a dangerous change from upstream
...
re-defining "register" breaks inline ASM code (frameworks)
2022-12-11 18:06:53 +01:00