You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
activate/deactivate different options like scale, brew timer, etc.
the config file needs to be loaded within the first loaded file. Probably as #define
Pin Settings:
There will be some default entries for nano, micros, uno, etc. And the user has to select one.
Some Pin changes which have to be done currently, can be found here: arduinoWebEditor.md
Name Settings
There should be an easy way to change the used strings.
Currently you can find some texts in the UI.h file
The user should be able to change those values in one central place and not in different files.
It could be that the config file is too much load for the controllers so that their internal memory is not enough. Need to keep an eye on it.
If it does not work with the config file we can still make separate folders for micro, nano, etc. but this is not recommended. because it is hard to support.
The text was updated successfully, but these errors were encountered:
There should be a config file which contains:
Pin Settings:
There will be some default entries for nano, micros, uno, etc. And the user has to select one.
Some Pin changes which have to be done currently, can be found here: arduinoWebEditor.md
Name Settings
There should be an easy way to change the used strings.
Currently you can find some texts in the UI.h file
The user should be able to change those values in one central place and not in different files.
It could be that the config file is too much load for the controllers so that their internal memory is not enough. Need to keep an eye on it.
If it does not work with the config file we can still make separate folders for micro, nano, etc. but this is not recommended. because it is hard to support.
The text was updated successfully, but these errors were encountered: