Skip to content

Commit

Permalink
chore: remove uneeded lb
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 23, 2024
1 parent ed0251d commit a531650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scripts/compile_pio_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ CLEAN=false

# Environments to test
ENVIRONMENTS=(
# "esp32dev"
# "esp32doit-devkit-v1"
# "esp-wrover-kit"
# "esp32dev-framework-v3"
# "esp32doit-devkit-v1-framework-v3"
"esp32dev"
"esp32doit-devkit-v1"
"esp-wrover-kit"
"esp32dev-framework-v3"
"esp32doit-devkit-v1-framework-v3"
"esp-wrover-kit-framework-v3"
)

Expand Down
1 change: 0 additions & 1 deletion src/ssl__client.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#define SSL_CLIENT_UNRELIABLE_NETWORK_HANDSHAKE_TIMEOUT 45000U
#define SSL_CLIENT_SEND_BUFFER_SIZE 1024U


typedef struct sslclient__context {
Client* client;

Expand Down

0 comments on commit a531650

Please sign in to comment.