Skip to content

Commit

Permalink
ESP32: Rewrite deprecated uses of esp_netif_next
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 committed Jan 27, 2025
1 parent 33be6b6 commit 53897c7
Show file tree
Hide file tree
Showing 8 changed files with 611 additions and 264 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- args: "CLOUD=1"
# cloud on (tcp on, ipv4 on), debug on
- args: "CLOUD=1 DEBUG=1"
# cloud on (tcp on, ipv4 on), debug on, mbedTLS v3.6.2
- args: "CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_6_2=1"
# cloud on (tcp on, ipv4 on), debug on, mbedTLS v3.5.0
- args: "CLOUD=1 DEBUG=1 MBEDTLS_FORCE_3_5_0=1"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit 53897c7

Please sign in to comment.