fix(wifi_remote): Add examples to CI

This commit is contained in:
David Cermak
2024-04-11 15:00:48 +02:00
parent fd168d86fc
commit d2b7c55b89
9 changed files with 83 additions and 23 deletions

View File

@@ -1,4 +1,6 @@
# MQTT demo application that runs on linux
# MQTT application running on WiFi station
This is a simple mqtt demo, that connects to WiFi AP first. This application has a dependency to `esp_wifi_remote`, so that if it's build and executed on a chipset without WiFI capabilities it redirects all wifi calls the remote target.
## Overview