We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50624ef commit ab43165Copy full SHA for ab43165
esp-hal-smartled/examples/hello_rgbw.rs
@@ -35,6 +35,8 @@ use smart_leds::{
35
hsv::{Hsv, hsv2rgb},
36
};
37
38
+esp_bootloader_esp_idf::esp_app_desc!();
39
+
40
#[main]
41
fn main() -> ! {
42
// Initialize the HAL Peripherals
0 commit comments