Skip to content

Commit

Permalink
refactors mapping file
Browse files Browse the repository at this point in the history
Signed-off-by: MarzellT <tobias.marzell@pionix.de>
  • Loading branch information
MarzellT committed Aug 22, 2024
1 parent c2ded86 commit 2b86368
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 369 deletions.
3 changes: 0 additions & 3 deletions modules/OCPPConfiguration/OCPPConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ void OCPPConfiguration::init() {
void OCPPConfiguration::ready() {
invoke_ready(*p_main);

auto wait_attached = false;
while (wait_attached) {
};
const auto mapping_file_path = std::filesystem::path{config.mapping_file_path};
event_handler = std::make_unique<EventHandler>(mapping_file_path);

Expand Down
Loading

0 comments on commit 2b86368

Please sign in to comment.