Elara Elara6331
Elara6331 pushed to master at Elara6331/itd 2022-02-22 16:34:21 +00:00
c08ddfd810 Add enable switch for weather to config
Elara6331 pushed to master at Elara6331/itd 2022-02-22 00:27:25 +00:00
4bdb82b1bc Add error logging for weather
Elara6331 pushed to master at Elara6331/itd 2022-02-22 00:18:59 +00:00
b4d302caf6 Implement weather via MET Norway
Elara6331 pushed to master at Elara6331/itd 2022-02-21 19:20:38 +00:00
4b2694ee0d Switch from viper to koanf
Elara6331 commented on issue Elara6331/itd#8 2022-02-21 11:14:09 +00:00
Pinetime constantly displays passcode

I've rewritten the connect and reconnect code in 4c36144b0b. That should theoretically fix it. Please notify me if it doesn't.

Sorry that it took so long, I've had some mental health issues and…

Elara6331 pushed to master at Elara6331/itd 2022-02-21 11:11:57 +00:00
4c36144b0b Update version of infinitime library for rewritten connection code
Elara6331 pushed to master at Elara6331/infinitime 2022-02-21 10:46:28 +00:00
e82981e3fc Rewrite connect/reconnect code
Elara6331 pushed to master at Elara6331/store 2022-02-18 21:11:01 +00:00
a697f3c02a Add Modify() and GetItem() to interface and badger store
Elara6331 created branch master in Elara6331/store 2022-02-18 17:59:13 +00:00
Elara6331 pushed to master at Elara6331/store 2022-02-18 17:59:13 +00:00
f647dffda1 Add Readme
e864426e82 Initial Commit
Compare 2 commits »
Elara6331 created repository Elara6331/store 2022-02-18 17:58:54 +00:00
Elara6331 pushed to master at Elara6331/utils 2022-02-16 17:53:33 +00:00
3cfd99c254 Add FuncMap to From* functions
Elara6331 created branch master in Elara6331/utils 2022-02-16 02:01:07 +00:00
Elara6331 pushed to master at Elara6331/utils 2022-02-16 02:01:07 +00:00
ff031a68a0 Initial Commit
Elara6331 created repository Elara6331/utils 2022-02-16 00:09:58 +00:00
Elara6331 commented on issue Elara6331/itd#8 2022-01-31 19:59:25 +00:00
Pinetime constantly displays passcode

I think what I will do for now, since InfiniTime has made pairing optional, is add a config option to disable pairing, and set the default to false until I can fix the code.

Elara6331 commented on issue Elara6331/itd#8 2022-01-31 19:58:27 +00:00
Pinetime constantly displays passcode

Not a real solution, but probably a workaround: Did you try adding your PT to the whitelist in the config file?

The whitelist is meant to be used if you have multiple PineTimes and need…

Elara6331 commented on issue Elara6331/itd#8 2022-01-31 19:56:47 +00:00
Pinetime constantly displays passcode

The general idea is that itd should stop reconnecting when it detects that

There is no way to detect the pin having been displayed. The way it works is that when you try to pair, and InfiniTime…

Elara6331 commented on issue Elara6331/itd#8 2022-01-31 19:49:48 +00:00
Pinetime constantly displays passcode

Yeah, I had to work around the fact that some DEs don't display the pin prompt properly by making my own bluez agent. The pairing code is currently not working very well. I am planning to work on…

Elara6331 pushed to master at Elara6331/itd 2021-12-17 08:31:33 +00:00
e88dea40fb Reorganize and clean code