This change configures pin D33 as an output during setup and drives it HIGH after all three RF24 radios have been initialized and the startup delay completes. It adds a simple hardware status signal that makes it easier to verify the board is fully ready without relying only on serial output or inference from runtime behavior. The practical effect is faster bring-up and easier debugging on device.

Added an LED-ready setup completion signal in nrf_jammer.ino so the device visibly indicates when radio initialization has finished. - lws803/BLE-jammer