Files
WLED_MM_Infinity/wled00/data
Ewoud 7337efec02 Usermod class vars part1: add enabled and _name for imu and dallas
usermod_mpu6050_imu.h and usermod_temperature.h:
- remove bool enabled = false/true (now default false)
- remove static const char _name[] and _enabled[]
- add constructor which calls superclass (temp?)
- replace _enabled with "enabled"
- remove const char PROGMEM init for  _name[] and _enabled[]

settings_um.htm:
- Add usermod table with class properties (name and enabled) -> WIP as not all UM's now and enable will be checkbox ? (compare with info tab...?)

fcn_declare.h
- add _name and enabled to Usermod class and add name to constructor

usermods_list.cpp
- add Usermod name to constructor for mpu6050 and temperature)
- to do add enabled is true to constructor
2023-03-15 17:48:37 +01:00
..
2022-03-28 23:23:38 +02:00
2023-01-24 17:15:38 +01:00
2021-06-14 01:58:12 +02:00
2021-09-27 22:51:40 +02:00
2019-03-16 02:09:37 +01:00
2016-09-11 23:07:18 +02:00
2023-02-27 17:31:31 +01:00
2021-11-26 02:06:05 +01:00
2019-12-11 00:59:15 +01:00
2023-02-15 12:41:15 +01:00
2022-08-09 21:14:37 +02:00
2022-03-01 23:37:28 +01:00
2023-02-15 12:41:15 +01:00
2020-12-20 20:18:07 +01:00
2022-12-21 12:30:40 +01:00
2022-01-06 22:21:38 +01:00
2022-11-09 12:14:42 +01:00
2020-05-17 21:14:56 +03:00
2021-06-25 01:26:15 +02:00