1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

SSL examples: updates (#8643)

Simplify SSL+ethernet example, reuse/include WiFi example
This commit is contained in:
david gauchard
2022-07-27 23:47:10 +02:00
committed by GitHub
parent e2a36ed6c2
commit 646bdfc060
7 changed files with 107 additions and 297 deletions

View File

@ -4,6 +4,10 @@
set -ev
if [ -z "$TRAVIS_BUILD_DIR" ]; then
export TRAVIS_BUILD_DIR=$(cd ${PWD%/*}/..; pwd)
fi
cd $TRAVIS_BUILD_DIR/tests/host