From d6a87b5de4cc81d1f3d5209b366fa9289db732a5 Mon Sep 17 00:00:00 2001 From: Wanda Date: Sat, 21 Oct 2023 18:44:55 +0200 Subject: [PATCH] software: fix radio-nrf24l01 applet name. --- software/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/pyproject.toml b/software/pyproject.toml index bdfa26e1d..16bc08876 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml @@ -101,7 +101,7 @@ video-rgb-input = "glasgow.applet.video.rgb_input:VideoRGBInputApplet" video-vga-output = "glasgow.applet.video.vga_output:VGAOutputApplet" video-ws2812-output = "glasgow.applet.video.ws2812_output:VideoWS2812OutputApplet" -radio-nrf24l1 = "glasgow.applet.radio.nrf24l01:RadioNRF24L01Applet" +radio-nrf24l01 = "glasgow.applet.radio.nrf24l01:RadioNRF24L01Applet" [project.urls] "Documentation" = "https://glasgow-embedded.org/"