-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant files and update build verbosity
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
1 parent
94f1a35
commit 42c2d8e
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(){ | ||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
|
||
#ifdef ESP_PLATFORM | ||
|
||
#include <backtrace.hpp> | ||
#include <esp_debug_helpers.h> | ||
|
||
#endif | ||
|