disable bluetooth cuz thats borked
This commit is contained in:
@ -25,6 +25,8 @@ int main(void)
|
||||
int ret;
|
||||
bool led_state = true;
|
||||
|
||||
printf("Starting blinky...\n");
|
||||
|
||||
if (!gpio_is_ready_dt(&led))
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user