Skip to content

Conversation

@david-cermak
Copy link
Collaborator

Minor fixes per v1.3 testing

  • Updated iperf commands
  • Updated Github certificate

* Updated iperf commands
* Updated Github certificat
@david-cermak david-cermak self-assigned this Dec 12, 2024
iperf_start(&cfg);
return 0;
}
static int restart(int argc, char **argv)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing return?

static int heap_size(int argc, char **argv)
{
uint32_t heap_size = heap_caps_get_minimum_free_size(MALLOC_CAP_DEFAULT);
printf("min heap size: %"PRIu32"\n", heap_size);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not ESP_LOGI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants