Erwin Ried

Results 206 comments of Erwin Ried

Thanks, I created one with your instructions (40,110 as lat,long) but my antena is just the included with the portapack h2 from aliexpress so my smartwatch nor my phone receive...

very cool :) post it on our mayhem discord

Maybe you need a new app for portapack :D where you can attach recordings to buttons 😜

Cool, works in 3.9.0

Hi, is this still broken? I get some weird output on 3.38 ![image](https://github.com/user-attachments/assets/8c95c8c8-384e-4b25-8d93-1f0acecbbe31)

some more feedback, it seems when the terrain resolution goes higher, the model starts to break, this is at 1500: ![image](https://github.com/user-attachments/assets/2fc12379-cb4c-4e78-a22f-fba40a8fc3c8) At 4096 the file is corrupted. Around 500 works...

(compared to hwfly)

mmmm, strange because even using the default makefile throws the error: ``` # ---- STOCK QUANSHENG FERATURES ---- ENABLE_UART ?= 1 ENABLE_AIRCOPY ?= 0 ENABLE_FMRADIO ?= 0 ENABLE_NOAA ?= 0...

> `PATH=../../gcc-arm-none-eabi-10.3-2021.10/bin/:../../gcc-arm-none-eabi-10.3-2021.10/arm-none-eabi/bin:$PATH make -j20` Ah, nice, thanks! following [this](https://askubuntu.com/questions/1243252/how-to-install-arm-none-eabi-gdb-on-ubuntu-20-04-lts-focal-fossa) then you can do this on the codespace ```bash cd /opt wget "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2" tar -jxf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 rm gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 export PATH=../../gcc-arm-none-eabi-10.3-2021.10/bin/:../../gcc-arm-none-eabi-10.3-2021.10/arm-none-eabi/bin:$PATH cd...