Skip to content

Commit

Permalink
Update readme and lib for version 0.3.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
droscy committed Jun 29, 2023
1 parent 91d3091 commit 09521ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ Add the following snippet to your ESPHome `yaml` file:

```yaml
external_components:
- source:
type: git
url: https://github.com/droscy/esphome
ref: wireguard/main
- source: github://pr#4256
components: [wireguard]

# or use my repo with code possibly not yet merged in official PR
#- source:
# type: git
# url: https://github.com/droscy/esphome
# ref: wireguard/main
# components: [wireguard]
```

and then read the [preview](https://deploy-preview-2948--esphome.netlify.app/components/wireguard.html)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp_wireguard",
"version": "0.3.2-beta1",
"version": "0.3.2-beta2",
"description": "WireGuard implementation for ESPHome",
"keywords":[
"communication",
Expand Down
2 changes: 1 addition & 1 deletion src/wireguardif.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ err_t wireguardif_init(struct netif *netif) {

// list of interfaces to try to bind wireguard to
const char* ifkeys[2] = {"WIFI_STA_DEF", "ETH_DEF"};

// ifkey will contain the selected interface key
const char* ifkey = NULL;

Expand Down

0 comments on commit 09521ff

Please sign in to comment.