From 23c31981b04c21f98e38d3f1509de67baec027f4 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sun, 23 Jun 2024 23:34:30 +0200 Subject: [PATCH] Fix compil issue (cherry picked from commit aa7333f262bf8c0a2a94acd68949a6da048b9c25) --- include/YaSolRWebsite.h | 2 +- remote/JSYRemoteUDP/.gitignore | 5 +++++ remote/JSYRemoteUDP/.vscode/extensions.json | 10 ++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 remote/JSYRemoteUDP/.gitignore create mode 100644 remote/JSYRemoteUDP/.vscode/extensions.json diff --git a/include/YaSolRWebsite.h b/include/YaSolRWebsite.h index a793e19..12fc14a 100644 --- a/include/YaSolRWebsite.h +++ b/include/YaSolRWebsite.h @@ -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) diff --git a/remote/JSYRemoteUDP/.gitignore b/remote/JSYRemoteUDP/.gitignore new file mode 100644 index 0000000..89cc49c --- /dev/null +++ b/remote/JSYRemoteUDP/.gitignore @@ -0,0 +1,5 @@ +.pio +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/ipch diff --git a/remote/JSYRemoteUDP/.vscode/extensions.json b/remote/JSYRemoteUDP/.vscode/extensions.json new file mode 100644 index 0000000..080e70d --- /dev/null +++ b/remote/JSYRemoteUDP/.vscode/extensions.json @@ -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" + ] +}