jeroen79/esp-brew-engine

Use same components for loader

Closed this issue · 1 comments

Atm de wifi and settings component is copied to the loader, this isn't very practical, we need to find a way to use the same files in both projects.

Created new folder shared_components and added EXTRA_COMPONENT_DIRS to CMakeLists.txt.

Also replace wifi-manager-lite with normal wifi-manager, its only 20kb more and would save time in the future.