RADIO_MODE_MODE_Nrf_250Kbit cannot used in nRF54L15

Hi

I am using the ESB sample and want to use the RADIO_MODE_MODE_Nrf_250Kbit PHY, but I will get not support after requiring:

#if !defined(RADIO_MODE_MODE_Nrf_250Kbit)
			if (strcmp(token_buf, "PHY=250K") == 0 || strcmp(token_buf, "250K") == 0) {
				printk("PHY unsupported: 250K\n");
				continue;
			}
#endif

Can we still use 250 PHY in nRF54L15 ESB.

Related