Skip to content

Commit

Permalink
add COM port info, update IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 15, 2024
1 parent 8c0ead8 commit 02cfdd1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions IDE/Espressif/ESP-IDF/examples/wolfssl_server/test_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,23 @@ tls_test() {
until [ $count -gt "$LOOPS" ] || [ $failed -gt 0 ]; do
echo "Count: $count"

tls_test "ESP8266" "192.168.1.47"
# COM9 SP32-H2, no WiFi

tls_test "ESP32-C2" "192.168.1.48"
tls_test "COM11 ESP8266" "192.168.1.47"

tls_test "ESP32-C2" "192.168.1.53"
tls_test "COM10 ESP8684 (C2)" "192.168.1.48"

tls_test "ESP32-C3" "192.168.1.26"
tls_test "COM12 ESP32-C2" "192.168.1.53"

tls_test "ESP32-C6" "192.168.1.127"
tls_test "COM6 ESP32-C3" "192.168.1.26"

tls_test "ESP32" "192.168.1.27"
tls_test "COM8 ESP32-C6" "192.168.1.127"

tls_test "ESP32-S2" "192.168.1.79"
tls_test "COM7 ESP32" "192.168.1.27"

tls_test "ESP32-S3" "192.168.1.236"
tls_test "COM5 ESP32-S2" "192.168.1.78"

tls_test "COM4 ESP32-S3" "192.168.1.236"

count=$((count + 1))
done
Expand Down

0 comments on commit 02cfdd1

Please sign in to comment.