Files
WLED_MM_Infinity/wled00
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
..
2023-01-06 09:24:29 +01:00
2023-03-12 13:10:40 +01:00
2023-01-12 20:35:34 +01:00
2023-02-24 22:32:04 +01:00
2023-02-21 17:13:15 +01:00
2023-01-06 09:24:29 +01:00
2023-03-12 13:10:40 +01:00
2023-03-12 13:10:40 +01:00
2023-01-06 09:24:29 +01:00
2023-02-22 16:51:27 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-02-21 17:07:32 +01:00
2023-01-06 09:24:29 +01:00
2023-01-12 20:35:34 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2023-02-04 10:56:07 +01:00
2023-01-06 09:24:29 +01:00
2023-01-06 09:24:29 +01:00
2020-04-10 12:30:08 +02:00
2020-04-10 12:30:08 +02:00
2023-02-21 17:07:32 +01:00
2022-03-20 22:12:18 +01:00
2023-01-06 09:24:29 +01:00
2023-02-23 15:23:35 +01:00