Commit Graph

6 Commits

Author SHA1 Message Date
Kapil Gupta
620973393c fix(esp_wifi): Isolate wifi-remote API check from local station build
Use scripts/station_gen_build with -B and -D SDKCONFIG so generate_and_check
does not read the station example's sdkconfig or build tree. Apply
sdkconfig.defaults and IDF_TARGET=esp32 for stable header preprocessing.

Unset GIT_DIR/GIT_INDEX_FILE (and related vars) before git subprocesses so
pre-commit and git worktrees do not mis-resolve paths after cd into scripts/.
2026-05-29 14:20:15 +08:00
Kapil Gupta
cbac39c984 ci(esp_wifi_remote): silently exit if related files are not modified 2026-04-30 09:42:29 +05:30
Kapil Gupta
0f1a1503ad ci(esp_wifi): Update cleanup in script 2026-04-29 09:55:30 +05:30
Kapil Gupta
e137133d75 fix(esp_remote): Remove idf_build_apps dependency from script 2026-04-27 15:12:20 +05:30
Kapil Gupta
11a0dfcc7c ci(esp_remote): Add wifi-remote pre-commit hook 2026-04-24 15:16:32 +05:30
David Cermak
a517f04c54 feat(wifi-remote): Add support for wifi-remote to esp_wifi 2026-02-27 09:14:51 +01:00