GUVWAF

Results 140 comments of GUVWAF

Looking good @powersjcb, thanks. Before merging I would like to keep the original Meshtastic logic only, so when you're ready can you remove the Burning Man-specific things? > It looks...

Hey @powersjcb, hope you had a good time at Burning Man. If you have time, could you separate the optimizations from the Burning Man-specific changes so we could get this...

That RadioLib commit introduces differences in the IRQ flags handling in `startReceive()`, so if using Meshtastic commit https://github.com/meshtastic/firmware/commit/33eb073535c2bece2353b9fd76d0dda5d120ac05 it is expected to break, but PR #4621 also should handle those...

The incompatibility between SX127x and LR1110 really seems to be because of our non-standard sync word. If I change it on both boards to the default private network (0x12), I...

Confirmed `LONG_MODERATE` doesn't work between LR1110 and other radios, and it's likely due to low data rate optimization (LDRO), which is automatically enabled for SX126x and SX127x when the symbol...

@valzzu `LONG_MODERATE` should work after we update RadioLib to include https://github.com/jgromes/RadioLib/pull/1237.

@Talie5in @fifieldt Can you try if #4885 fixes the bad receive performance for you? > In my testing, I amended the meshtastic code appropriately to deal with the IRQ flag...

Great! `WARN | 04:04:10 490 [Router] Alloc an err=5` means "Max. retransmission reached".

Did you successfully run it with less nodes?