Skip to content

Commit

Permalink
Merge pull request #670 from david-cermak/remove/wifi_remote
Browse files Browse the repository at this point in the history
[wifi-remote]: Moved esp-wifi-remote development to a separate repo
  • Loading branch information
david-cermak authored Oct 9, 2024
2 parents 8c4f392 + e992787 commit f5dc07f
Show file tree
Hide file tree
Showing 78 changed files with 2 additions and 10,473 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
components/console_cmd_ping;
components/console_cmd_ifconfig;
components/console_cmd_wifi;
components/esp_wifi_remote;
components/mbedtls_cxx;
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
112 changes: 0 additions & 112 deletions .github/workflows/wifi_remote__build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ repos:
- repo: local
hooks:
- id: commit message scopes
name: "commit message must be scoped with: mdns, modem, websocket, asio, mqtt_cxx, console, common, eppp, wifi_remote, tls_cxx"
entry: '\A(?!(feat|fix|ci|bump|test|docs)\((mdns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|wifi_remote|tls_cxx|mosq)\)\:)'
name: "commit message must be scoped with: mdns, modem, websocket, asio, mqtt_cxx, console, common, eppp, tls_cxx, mosq"
entry: '\A(?!(feat|fix|ci|bump|test|docs|chore)\((mdns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|tls_cxx|mosq)\)\:)'
language: pygrep
args: [--multiline]
stages: [commit-msg]
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)

* Brief introduction [README](components/eppp_link/README.md)

### esp_wifi_remote

* Brief introduction [README](components/esp_wifi_remote/README.md)

### mbedtls_cxx

* Brief introduction [README](components/mbedtls_cxx/README.md)
2 changes: 0 additions & 2 deletions ci/ignore_astyle.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# The below file is generated from esp_wifi_types_native.h in IDF, which doesn't follow atyle
components/esp_wifi_remote/include/esp_wifi_types_native.h
8 changes: 0 additions & 8 deletions components/esp_wifi_remote/.cz.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions components/esp_wifi_remote/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions components/esp_wifi_remote/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions components/esp_wifi_remote/Kconfig

This file was deleted.

74 changes: 0 additions & 74 deletions components/esp_wifi_remote/Kconfig.rpc.in

This file was deleted.

Loading

0 comments on commit f5dc07f

Please sign in to comment.