Skip to content

Commit f5dc07f

Browse files
authored
Merge pull request #670 from david-cermak/remove/wifi_remote
[wifi-remote]: Moved esp-wifi-remote development to a separate repo
2 parents 8c4f392 + e992787 commit f5dc07f

File tree

78 files changed

+2
-10473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2
-10473
lines changed

.github/workflows/publish-docs-component.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
components/console_cmd_ping;
9999
components/console_cmd_ifconfig;
100100
components/console_cmd_wifi;
101-
components/esp_wifi_remote;
102101
components/mbedtls_cxx;
103102
namespace: "espressif"
104103
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}

.github/workflows/wifi_remote__build.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ repos:
6161
- repo: local
6262
hooks:
6363
- id: commit message scopes
64-
name: "commit message must be scoped with: mdns, modem, websocket, asio, mqtt_cxx, console, common, eppp, wifi_remote, tls_cxx"
65-
entry: '\A(?!(feat|fix|ci|bump|test|docs)\((mdns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|wifi_remote|tls_cxx|mosq)\)\:)'
64+
name: "commit message must be scoped with: mdns, modem, websocket, asio, mqtt_cxx, console, common, eppp, tls_cxx, mosq"
65+
entry: '\A(?!(feat|fix|ci|bump|test|docs|chore)\((mdns|modem|common|console|websocket|asio|mqtt_cxx|examples|eppp|tls_cxx|mosq)\)\:)'
6666
language: pygrep
6767
args: [--multiline]
6868
stages: [commit-msg]

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
5454

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

57-
### esp_wifi_remote
58-
59-
* Brief introduction [README](components/esp_wifi_remote/README.md)
60-
6157
### mbedtls_cxx
6258

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

ci/ignore_astyle.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
# The below file is generated from esp_wifi_types_native.h in IDF, which doesn't follow atyle
2-
components/esp_wifi_remote/include/esp_wifi_types_native.h

components/esp_wifi_remote/.cz.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

components/esp_wifi_remote/CHANGELOG.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

components/esp_wifi_remote/CMakeLists.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

components/esp_wifi_remote/Kconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

components/esp_wifi_remote/Kconfig.rpc.in

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)