Elara Elara6331
Elara6331 pushed to master at lure/lure 2022-10-23 08:16:49 +00:00
c650c1dae0 Fix postremove script decoding
Elara6331 closed pull request Elara6331/itd#27 2022-10-23 08:15:41 +00:00
Notification: Rework priority and position of sender, summary, and body
Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-22 17:49:14 +00:00
Added Navigation service

I actually think that you don't need to make sure it's changed. GATT characteristic writes are fast enough that it doesn't really cause a problem if you update them with the same value. InfiniTime…

Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:41:38 +00:00
Added Navigation service

Maybe something like

type NavFlag string

const (
	NavFlagArrive     NavFlag = "arrive"
    NavFlagArriveLeft NavFlag = "arrive-left"
    // ...
)

Then, the `NavigationEvent…

Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

I don't see why this is needed. It never gets used except to set its values, so there's no reason for it to be here.

Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

I'd prefer if this accepted a NavigationEvent rather than individual arguments. That also means all the fields in NavigationEvent should be capitalized to export them.

Elara6331 commented on pull request Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

I think it would be better if these were individual constants rather than a slice. That way, they could have their own type and the compiler can guarantee that they're valid instead of needing a separate function. Since that will add quite a bit of code, I think the navigation service can be moved into a separate file.

Elara6331 suggested changes for Elara6331/infinitime#5 2022-10-21 22:36:24 +00:00
Added Navigation service

Thank you for the PR.

Elara6331 pushed to master at Elara6331/itd 2022-10-20 08:42:25 +00:00
03f3968fe1 Update infinitime library
Elara6331 pushed to master at Elara6331/infinitime 2022-10-20 08:41:20 +00:00
54fdd19bec Use timestamp with timezone offset to (finally) fix weather issue
Elara6331 pushed to master at lure/lure 2022-10-19 05:52:23 +00:00
b3b6612ef2 Update license field docs
Elara6331 commented on issue Elara6331/itd#29 2022-10-18 02:20:53 +00:00
Unable to upload Resources

I have installed version 0.0.9, and now it doesn't get hung on "Removing", using itctl res load however issues still persist, even after restarts and multiple runs.

Using `itctl fs list…

Elara6331 commented on issue Elara6331/itd#29 2022-10-17 21:17:05 +00:00
Unable to upload Resources

updated to the latest provided ltd-0.0.9-next-linux-x86_64.deb package, and was able to get more meaningful output this time when attempting to run itctl res load:

5:10PM DBG…
Elara6331 commented on issue Elara6331/itd#29 2022-10-17 20:32:50 +00:00
Unable to upload Resources

It has just come to my attention that the email functionality of my gitea instance broke (again), and I've fixed it, so I'm sending this to alert everyone participating in this issue of the…

Elara6331 commented on issue Elara6331/itd#29 2022-10-17 20:09:31 +00:00
Unable to upload Resources

Here are some packages for people who don't want to compile it themselves. Arch users should just use the itd-git AUR package to get the latest version compiled from source.

If anyone needs…

Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:50:54 +00:00
dea92c6404 Update infinitime library
Elara6331 pushed to master at Elara6331/infinitime 2022-10-17 19:49:52 +00:00
a01f1b9d92 Close files properly when returning an error (Arsen6331/itd#29)
Elara6331 commented on issue Elara6331/itd#29 2022-10-17 19:41:57 +00:00
Unable to upload Resources

I've fixed some stuff. Please try again and see if it works. If your version of InfiniTime doesn't support BLE FS, itctl will now print a warning.

Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:40:54 +00:00
006f245c10 Add warning if current InfiniTime doesn't support BLE FS (#29)
Elara6331 pushed to master at Elara6331/itd 2022-10-17 19:24:19 +00:00
d232340edd Update infinitime library