Skip to content

Commit

Permalink
Remove redundant files and update build verbosity
Browse files Browse the repository at this point in the history
Deleted the platformio.yml workflow and removed unnecessary includes from multiple files to streamline code dependencies. Additionally, updated the verbosity flag for ESP32 build in the platformio-ci.yml workflow to aid in troubleshooting.
  • Loading branch information
Charles-Mahoudeau committed Aug 31, 2024
1 parent 94f1a35 commit 42c2d8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/backtrace/src/backtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#ifdef ESP_PLATFORM

#include <sstream>
#include <iostream>

#include <gsm.hpp>
#include <path.hpp>
#include <filestream.hpp>
#include <gui.hpp>
#include <iostream>
#include <threads.hpp>

namespace backtrace_saver {
Expand Down
6 changes: 4 additions & 2 deletions lib/gui/src/GuiManager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "GuiManager.hpp"


GuiManager::GuiManager(){
#include <elements/Canvas.hpp>


GuiManager::GuiManager(){

}

Expand Down
1 change: 0 additions & 1 deletion lib/system/libsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#ifdef ESP_PLATFORM

#include <backtrace.hpp>
#include <esp_debug_helpers.h>

#endif
Expand Down

0 comments on commit 42c2d8e

Please sign in to comment.