[WIP] Working on QR Code generation, already got the local address to be displayed

This commit is contained in:
Valmo Trindade
2024-11-29 04:35:40 -03:00
parent d183c0b437
commit 522424ba7b
4 changed files with 85 additions and 11 deletions

View File

@@ -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()