sborshch

Results 5 issues of sborshch

function returns success on overflow only. ``` // Our timer implementation do not allow longer times than 4294967295 ms if( rejoinCycleTime > 4294967 ) { *timeInMiliSec = rejoinCycleTime * 1000;...

bug

In LoRaMac.c function ProcessRadioRxDone() comment says "Abort in case if the device isn't joined yet" but code actually aborts if device IS joined: ``` // Abort in case if the...

documentation

LORAMAC_TX_CONFIG tested in LoRaMacChannelAdd() and LoRaMacChannelRemove() but never set. Shouldn't it be removed as code/time waste?

Hi. I'm trying to create solder jumper consist of two semi-circle pads. I's my first attempt to create something in FreeCAD. I want both pads to be equal and size...

documentation

Got segmentation fault on almost any pcb. Here is simple board to reproduce: [bom_fail_kicad_pcb.zip](https://github.com/user-attachments/files/23899435/bom_fail_kicad_pcb.zip) command line : `python3 ~/opt/kicad/share/kicad/plugins/InteractiveHtmlBom/InteractiveHtmlBom/generate_interactive_bom.py --hide-silkscreen --checkboxes "" --bom-view top-bottom --layer-view F --dest-dir . --name-format %f_bom...