We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361b73b commit cc58cc1Copy full SHA for cc58cc1
.github/workflows/compile_examples.yml
@@ -22,7 +22,7 @@ jobs:
22
- { name: ESP32, board: esp32dev }
23
# Define the examples to compile
24
example:
25
- - "examples/HTTP_Upgrade/HTTP_Upgrade.ino"
+ - "examples/TLS_Upgrade/TLS_Upgrade.ino"
26
- "examples/HTTPs/HTTPs.ino"
27
- "examples/MQTT/MQTT.ino"
28
src/ESP_SSLClient.h
@@ -12,8 +12,6 @@
12
#define ESP_SSLCLIENT_VERSION_PATCH 2
13
#define ESP_SSLCLIENT_VERSION "3.0.2"
14
15
-
16
17
#pragma GCC diagnostic ignored "-Wunused-function"
18
#pragma GCC diagnostic ignored "-Wunused-variable"
19
#pragma GCC diagnostic ignored "-Wvla"
0 commit comments