Global/Individual Settings for LED, Button, Log configurable by Terminal Command#196
Global/Individual Settings for LED, Button, Log configurable by Terminal Command#196Vrumfondel wants to merge 4 commits intoemsec:masterfrom
Conversation
Individual Config for LED & Button now working -> Fixed.
Typo
…ons and Logging. New command "USER_INTERFACE", Parameters "GLOBAL", "INDIVIDUAL" Feature can be enabled in Makefile by enabling "SETTING += -DUSER_INTERFACE_MODE_CONFIGURABLE" When enabled, this overrides the corresponding individual settings for LED, Button and Log. When in GLOBAL mode, the configuration is stored in one single location defined by GLOBAL_UI_STORAGE (in settings.h). Currently Globalsettings.Settings[0] is used.
|
Hi @Vrumfondel Again thank you for your contribution! |
|
Is there a chance to be able to freely configure the L/R-button for generating random HEX UIDs on a specific position? |
|
Yes it is possible. I needed a similar functionality. |
|
can anybody send me the chameleon firmware with this "button" option. please i am somehow not able to get this to work. |
|
I can mail you the FW tomorrow from the office . |
Adding functionality to select Global or Individual Settings for LED, Button, Log by terminal command
To use, enable "SETTINGS += -DUSER_INTERFACE_MODE_CONFIGURABLE" in Makefile. This overrides "SETTINGS += -DBUTTON_SETTING_GLOBAL" and others.
New command: "USER_INTERFACE", Parameters "GLOBAL", "INDIVIDUAL".
When in global mode, settings are stored at location GLOBAL_UI_STORAGE defined in Settings.h. Currently it is set to use GlobalSettings.Settings[0] (Setting for Config 1).