Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Feb 28, 2023
1 parent a831994 commit 2dd651f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ cargo run --example tcpserver

The rule is simple: one standard Modbus context per application. 10k+10k 16-bit
registers and 10k+10k coils are usually more than enough. This takes about
59Kbytes of RAM. You can also opt-out of the `fullcontext` feature, to make the
context 10x more compact (6Kbytes) by reducing number of each register type.
59Kbytes of RAM.

rmodbus server context is thread-safe, easy to use and has a lot of functions.

Expand Down Expand Up @@ -216,7 +215,7 @@ support both `std` and `no_std`.
For `no_std`, set the dependency as:

```toml
rmodbus = { version = "*", default-features = false, features = ["fullcontext"] }
rmodbus = { version = "*", default-features = false }
```

## Small context
Expand Down

0 comments on commit 2dd651f

Please sign in to comment.