mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
[WIP] Working on QR Code generation, already got the local address to be displayed
This commit is contained in:
@@ -25,10 +25,11 @@ pub fn init() -> Extension {
|
||||
.unwrap();
|
||||
|
||||
log4rs::init_config(config).unwrap();
|
||||
|
||||
|
||||
Extension::build()
|
||||
.command("start", commands::start)
|
||||
.command("stop", commands::stop)
|
||||
.command("local_ip", commands::local_qrcode)
|
||||
.command("message", commands::message)
|
||||
.command("location", commands::location)
|
||||
.finish()
|
||||
|
||||
Reference in New Issue
Block a user