Bascy
Bascy
- [x] **Feature Request**. It would be nice to be able to specify a minimum platform version for which a library is suitable, i.e. by adding semantic versioning to the...
Moved several debug level logging statements to Verbose level, to reduce logging
Both methods update status of all connections, but guards at the beginning would return 0 when socket[0] was not connected
Sim7000 can response with CIPRXGET 1,x for other mux, before answering with the needed CIPRXGET 4,x,y This fix ignores CIPRXGET responses with mode != 4
I want to be able to access the current state of the statemachine through the owner, preferably with an enum value. I could set this value in the OnEnter() method...
When registering an option it would be handy to be able to define a default value for the parameter, which will also be mentioned in the Usage: string
Unnamed parameters should also have a name, so they can be explained in the usage string
Allow the user to implement his own validation implementation i.e. by implementing an OnValidation event as TValidationEvent = function(aOption: IOptionDefinition; const Value: string): boolean
I think the `git rebase` diagram is not correct: After rebasing the feature branch on master, the master branch does not change (still pointing to D), and feature branch is...