feature(*): Full async implementation #39
Annotations
10 errors and 14 warnings
src/network.rs#L17
failed to resolve: use of undeclared crate or module `defmt`
|
src/command/wifi/types.rs#L429
failed to resolve: use of undeclared crate or module `defmt`
|
src/network.rs#L19
cannot find attribute `defmt` in this scope
|
src/command/wifi/mod.rs#L41
method `as_bytes` is not a member of trait `atat::AtatCmd`
|
src/command/wifi/mod.rs#L42
cannot find function `to_vec` in crate `atat::serde_at`
|
src/command/wifi/mod.rs#L37
trait takes 0 generic arguments but 1 generic argument was supplied
|
src/asynch/control.rs#L481
`?` operator has incompatible types
|
src/asynch/control.rs#L507
`?` operator has incompatible types
|
src/command/wifi/mod.rs#L37
not all trait items implemented, missing: `MAX_LEN`, `write`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/asynch/control.rs#L435
unused variable: `ssid`
|
src/asynch/control.rs#L435
unused variable: `channel`
|
src/asynch/control.rs#L440
unused variable: `ssid`
|
src/asynch/control.rs#L440
unused variable: `passphrase`
|
src/asynch/control.rs#L440
unused variable: `channel`
|
src/asynch/control.rs#L523
unreachable call
|
src/command/wifi/mod.rs#L63
unused variable: `e`
|
|
This job failed
Loading