Skip to content

Commit cc58cc1

Browse files
committed
Update work flow
1 parent 361b73b commit cc58cc1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/compile_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- { name: ESP32, board: esp32dev }
2323
# Define the examples to compile
2424
example:
25-
- "examples/HTTP_Upgrade/HTTP_Upgrade.ino"
25+
- "examples/TLS_Upgrade/TLS_Upgrade.ino"
2626
- "examples/HTTPs/HTTPs.ino"
2727
- "examples/MQTT/MQTT.ino"
2828

src/ESP_SSLClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#define ESP_SSLCLIENT_VERSION_PATCH 2
1313
#define ESP_SSLCLIENT_VERSION "3.0.2"
1414

15-
16-
1715
#pragma GCC diagnostic ignored "-Wunused-function"
1816
#pragma GCC diagnostic ignored "-Wunused-variable"
1917
#pragma GCC diagnostic ignored "-Wvla"

0 commit comments

Comments
 (0)