Update list of definitions from README.md

Define NMBS_SERVER_WRITE_FILE_RECORD_DISABLED available to users, but not documented. This commit fix it.
This commit is contained in:
arhiv6 2023-10-17 12:14:33 +07:00 committed by GitHub
parent 0642bbb1de
commit 51ff1bd4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,5 +156,6 @@ Please refer to `examples/arduino/README.md` for more info about building and ru
- `NMBS_SERVER_WRITE_MULTIPLE_REGISTERS_DISABLED` - `NMBS_SERVER_WRITE_MULTIPLE_REGISTERS_DISABLED`
- `NMBS_SERVER_READ_FILE_RECORD_DISABLED` - `NMBS_SERVER_READ_FILE_RECORD_DISABLED`
- `NMBS_SERVER_WRITE_FILE_RECORD_DISABLED` - `NMBS_SERVER_WRITE_FILE_RECORD_DISABLED`
- `NMBS_SERVER_READ_WRITE_REGISTERS_DISABLED`
- `NMBS_STRERROR_DISABLED` to disable the code that converts `nmbs_error`s to strings - `NMBS_STRERROR_DISABLED` to disable the code that converts `nmbs_error`s to strings
- Debug prints about received and sent messages can be enabled by defining `NMBS_DEBUG` - Debug prints about received and sent messages can be enabled by defining `NMBS_DEBUG`