MaxineMuster
MaxineMuster

Actually properties of a role are in different files and places, mainly this two: `typedef enum ioRole_e` in file "new_pins.h" `const char* htmlPinRoleNames[]` in file "new_html.c" This definition now also...
Add possibility to change factor used in "usleepds" for BEKEN use with "startDriver DS1820 \" (reminder: factors are "multiplied" by ten, so e.g.17 will mean 1.7) If "factor" is magic...
simple implementation of ring buffer in seperate code not tested intensively for devices with makefiles containing sources in sdk directory, you will need to add "src/ringbuff32.c" (and "drv_graph.c" ;-))
Store the last 100 internal CPU temperatures (if present) and display them in a simple SVG: 
- introduce a new "bit-vector" `g_PublishChannelLabel `(like e.g. `g_doNotPublishChannels`) which needs to be 1 to publish the label instead of the channel - as a quick hack I "extended" the...
Allow multiple AHT2X sensors by allowing (single) sensors on multiple I2C pin pairs. Might be stripped down by using global vars e.g. for time between readings, this one allows specific...