Update infinitime library to fix connection bug

This commit is contained in:
2021-08-22 13:13:37 -07:00
parent a5490b8364
commit b4992cb393
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,6 @@ func main() {
// Connect to InfiniTime with default options
dev, err := infinitime.Connect(&infinitime.Options{
AttemptReconnect: viper.GetBool("conn.reconnect"),
PairTimeout: infinitime.DefaultOptions.PairTimeout,
})
if err != nil {
log.Error().Err(err).Msg("Error connecting to InfiniTime")