Mikhail Grushinskiy
Mikhail Grushinskiy
What is going to be displayed by OpenCPN when it receives DSC message? Thanks
Ok. Thanks. I've tried these four. ``` $CDDSC,12,3380400790,12,06,00,1423108312,2019,,,S,E*6A $CDDSC,12,3381581370,12,06,00,1423108312,0236,3381581370,,S,*20 $CDDSC,20,3381581370,00,21,26,1423108312,1902,,,B,E*7B $CDDSE,1,1,A,3380400790,00,45894494*1B ``` First 2 worked, but I do not see nature of distress or flag in O 5.6.2. If I...
I believe important ones needs to be saved upon receive. So they will not get lost on OpenCpn restarts/crashes. Thanks
Just try to think about it this way: You receive a distress message you close OpenCPN (or it crashes) and you start OpenCPN again and distress location is gone. I...
Might be because it includes gravitational g and you are not accelerating with higher than g in opposite direction?
Standing on Earth we are not at rest in inertial system. We actually accelerating with g. That’s why we feel gravity. Gravity really doesn’t exist as a force (compared to...
See https://github.com/SignalK/SensESP/issues/675
Unfortunately same doesn't work for me. I got some warning during install about MD subsystem is not loaded. Might be relevant ```` Setting up linux-image-6.6.31+rpt-rpi-2712 (1:6.6.31-1+rpt1) ... /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating...
```` cat /etc/apt/apt.conf.d/01autoremove APT { NeverAutoRemove { "^firmware-linux.*"; "^linux-firmware$"; "^linux-image-[a-z0-9]*$"; "^linux-image-[a-z0-9]*-[a-z0-9]*$"; }; VersionedKernelPackages { # kernels "linux-.*"; "kfreebsd-.*"; "gnumach-.*"; # (out-of-tree) modules ".*-modules"; ".*-kernel"; }; Never-MarkAuto-Sections { "metapackages"; "tasks"; };...
```` sudo apt reinstall raspberrypi-kernel ```` installed even older kernel 6.1.21+ but on re-boot pi is booted into 6.6.20 kernel.