diff --git a/README.md b/README.md index dde4d98..ecaf1e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

ZephCore — MeshCore for Zephyr RTOS ZephCore logo

+

ZephCore — MeshCore for Zephyr RTOS ZephCore logo

A port of [MeshCore](https://github.com/meshcore-dev/MeshCore/) LoRa mesh firmware from Arduino to [Zephyr RTOS](https://zephyrproject.org/). Aiming for full protocol compatibility with the original Arduino firmware and the MeshCore mobile apps. diff --git a/img/kite-network-logo-bright.svg b/img/kite-network-logo-bright.svg new file mode 100644 index 0000000..1ed1f74 --- /dev/null +++ b/img/kite-network-logo-bright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/kite-network-logo-dark.svg b/img/kite-network-logo-dark.svg new file mode 100644 index 0000000..b7f0fea --- /dev/null +++ b/img/kite-network-logo-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/zephcore_logo.svg b/img/zephcore_logo.svg deleted file mode 100644 index 98699a7..0000000 --- a/img/zephcore_logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/zephcore/LICENSE b/zephcore/LICENSE index 8cf6f6d..3e0321d 100644 --- a/zephcore/LICENSE +++ b/zephcore/LICENSE @@ -31,6 +31,6 @@ compatible licenses: patches are applied to, and remain part of, the separately-licensed Zephyr source tree fetched via `west update`; they are not distributed as standalone files under this project's MIT license. -- `img/zephcore_logo.svg` (at the repository root, one level above this file) - — ZephCore logo, by recrof (https://github.com/recrof). Licensed under the - WTFPL. +- `img/kite-network-logo-*.svg` (at the repository root, one level above this + file) — ZephCore logo, by recrof (https://github.com/recrof). Licensed under + the WTFPL.