klob

Results 4 issues of klob

Clippy with `-- -W clippy::pedantic` produces $subj error on generated code if no `env_prefix` is configured Clippy output: ``` Checking configure_me_user v0.1.0 (/configure_me_user) warning: enum with no variants --> /configure_me_user/target/debug/build/configure_me_user-72c791d01889789c/out/configure_me_config.rs:46:1...

bug
good first issue

If peer is unable to parse message for specific reasons it should not throw error but reply with a [`reject` message](https://en.bitcoin.it/wiki/Protocol_documentation#reject). I've stumble upon this in our code, we see...

In LoRa::new these are set to 0 which is not default (RegFifoTxBaseAddr is 0x80 after reset). This however cannot be modified after LoRa structure creation - so e.g. in LoRa::configure...

Add reparated `reset` method which I forgot to add in #11 (it is already called in `configure`). Sorry that I've missed this :-(