feat: added get/set espnow channel

This commit is contained in:
2025-05-06 10:35:59 +03:00
parent b987a62438
commit 2caa1477b0
4 changed files with 53 additions and 1 deletions

View File

@ -87,6 +87,7 @@ void app_main(void)
send_message.float_value = 1.234;
send_message.bool_value = false;
printf("Used ESP-NOW version %d.\n", zh_espnow_get_version());
printf("ESP-NOW channel %d. \n", zh_espnow_get_channel());
uint8_t counter = 0;
for (;;)
{