This change updates nrf_jammer.ino so the radios continuously send 255 instead of 0 in the main loop. It’s a tiny code change, but it alters the actual byte pattern emitted by all three writeFast calls and may be intended to produce a stronger or more consistent test/jamming signal depending on the receiver behavior. The practical effect is that the jammer now transmits an all-bits-set byte on every iteration.

Set the transmitted byte to 255 in the NRF jammer loop to maximize the payload value being broadcast. - lws803/BLE-jammer