Maxim Deloof
Maxim Deloof
Hi, I wanted to use `write_comment_opt()` but couldn't find a way to construct `CommentOptions` as all the fields are private. I assumed this was an oversight (?) and went ahead...
### Answers checklist - [X] I have read the documentation [ESP-AT Programming Guide](https://docs.espressif.com/projects/esp-at/en/latest/) and the issue is not addressed there. - [X] I have used the latest released firmware or...
Resolve #22
At the moment the `#[state_machine]` attribute will accept the following: ```rust #[state_machine( state(derive(Debug)), state(derive(Clone)) )] impl Foo { ... } ``` Only the last `state` meta item with the `Clone`...