Skip to content

Commit

Permalink
Fix compil issue
Browse files Browse the repository at this point in the history
(cherry picked from commit aa7333f262bf8c0a2a94acd68949a6da048b9c25)
  • Loading branch information
mathieucarbou committed Jun 23, 2024
1 parent 52b0830 commit 23c3198
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/YaSolRWebsite.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define PUSH_BUTTON_CARD_CB ()
#else
#define LINE_CHART BAR_CHART
@define AREA_CHART BAR_CHART
#define AREA_CHART BAR_CHART
#define ENERGY_CARD GENERIC_CARD
#define PUSH_BUTTON_CARD BUTTON_CARD
#define PUSH_BUTTON_CARD_CB (int32_t value)
Expand Down
5 changes: 5 additions & 0 deletions remote/JSYRemoteUDP/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
10 changes: 10 additions & 0 deletions remote/JSYRemoteUDP/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

0 comments on commit 23c3198

Please sign in to comment.