Skip to content

Commit ab43165

Browse files
committed
Fix RGBW example
1 parent 50624ef commit ab43165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp-hal-smartled/examples/hello_rgbw.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ use smart_leds::{
3535
hsv::{Hsv, hsv2rgb},
3636
};
3737

38+
esp_bootloader_esp_idf::esp_app_desc!();
39+
3840
#[main]
3941
fn main() -> ! {
4042
// Initialize the HAL Peripherals

0 commit comments

Comments
 (0)