This change adjusts the SPI chip-select wiring for two RF24 instances and moves channel selection out of the main loop into setup, so each radio is configured once before transmission starts. It also changes the D33 control pin sequencing to go HIGH before initialization and LOW after all three radios are ready, which likely stabilizes startup behavior. The practical effect is a cleaner initialization path with corrected hardware configuration and less repeated work during packet transmission.