mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
fix(videochannel): reduce QR code quiet zone from 10 to 2
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
quietZone = 10
|
quietZone = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
func parseRecoveryLevel(level string) qrgen.RecoveryLevel {
|
func parseRecoveryLevel(level string) qrgen.RecoveryLevel {
|
||||||
|
|||||||
Reference in New Issue
Block a user