Andy Shinn
Andy Shinn
OK, this went down a bit of a rabbit hole. See if https://github.com/vedderb/vesc_bms_fw/pull/20 gets it working for you.
I think it's still got some potentially broken stuff in it (for example, `prio` may actually need to be `realprio` instead, not sure). So, use with caution. But hopefully they...
I had an error finding `ks_platform.h` while building FreeSWITCH which led me here. But after applying this fix the build then fails to find `ks.h`. I don't think the fix...
I'm curious if what I am experiencing looks like this bug. I posted about it at https://forum.prusa3d.com/forum/original-prusa-xl-tool-changer-hardware-firmware-and-software-help/missing-infill/ but I watched it twice now in the last couple weeks similarly just...
The tarball has an extra path at root: ``` $ tar tf rootfs.tar.xz | head -n 5 sabotage-1.1.14-rootfs-core-2f51c8d0/ sabotage-1.1.14-rootfs-core-2f51c8d0/sbin sabotage-1.1.14-rootfs-core-2f51c8d0/etc/ sabotage-1.1.14-rootfs-core-2f51c8d0/etc/crypttab sabotage-1.1.14-rootfs-core-2f51c8d0/etc/wpa_supplicant.conf ``` You likely want to go into `sabotage-1.1.14-rootfs-core-2f51c8d0`...
The tarball is built wrong. It needs to be rebuilt without the `sabotage-1.1.14-rootfs-core-2f51c8d0` prefix. If you extract it, then you can rebuild it with my previous command, then use that...
I notice there is a `SX126X_ANT_SW`. In `variant.h` for this board i set `#define SX126X_ANT_SW WB_IO2` and it starts up the radio and it is found. Unfortunately, I still have...
> ``` > LOG_INFO("\n\n//\\ E S H T /\\ S T / C\n\n"); > > initDeepSleep(); > > // power on peripherals > > // RAK 19007 WisBlock Base: enable...
Is there a workaround? I looked at https://github.com/threadheap/serverless-ide-vscode/issues/169 which mentions a fork. But how do we use it?