disable bluetooth cuz thats borked

This commit is contained in:
2025-05-31 11:41:57 -06:00
parent 631bfe2a26
commit 5ec76e3dcd
5 changed files with 76 additions and 79 deletions

View File

@ -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;