Petter Hoem Sletsjøe

Results 8 comments of Petter Hoem Sletsjøe

As suspected, there are still memory issues here as two more tried this PR (from the chat) experienced freezes that needed watch reboot

Thanks for the review and comments!! I'm sorry I have not been active here, and not kept the PR up to date. I have worked a little on it the...

I think I have figured out the crashes. Its because the application uses to much memory when I try to support all QR sizes. (up to version 40, 177x177 modules,...

> From nRFConnect i'm only able to send 162 bytes to the watch (not sure where this limit comes from, and if we can increase it). So it makes sense...

@JF002 Completely understandable :) If there is a usecase for smaller qr-codes it is possible to reduce the memory usage by removing the ability to create large codes. I will...

Hi! Does this method still work? When I try with the example database linked above I get this result: ![loop_3it_gps](https://user-images.githubusercontent.com/39340152/132210897-f10d4532-dcf7-4182-a69f-26c230609af9.jpg) Similar results when I use my own DB

Thank you! Found the issue. For some reason the decimal separators are "," in the .kml files I export instead of ".". Probably because commas are defaults in my country....

I do the same and do it like this. Maybe this is useful for you. ``` { description = "A devshell flake for ESP-IDF"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";...