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
I have a couple of NodeMCU projects under way. These have specific configurations of modules and fonts that are needed (and this is more than the default).
The documented approach for this is to edit user_config,h and u8g_config.h. The problem with this approach is that when these files are changed in dev. problems often arise. Further, changes to these files can get accidentally committed -- note that the user_config.h needs to be modified to test / workon most of the modules.
Various people have their own solutions to this problem. I suggest that one of these solutions be made official and merged into codebase.