Skip to content

Commit

Permalink
chore: rename the embassy network example
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored and kaspar030 committed Dec 5, 2023
1 parent 24bf5d5 commit 055fcb1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "embassy-net"
name = "embassy-net-tcp"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# embassy-net
# embassy-net-tcp

## About

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apps:
- name: embassy-net
- name: embassy-net-tcp
selects:
- ?release
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/laze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subdirs:
- bottles
- core-sizes
- embassy
- embassy-net
- embassy-net-tcp
# - embassy-gpio
- hello-world
- minimal
Expand Down

0 comments on commit 055fcb1

Please sign in to comment.