This commit is contained in:
2026-01-06 12:13:55 +01:00
parent 0dd26fdcde
commit d33bda52d0
6 changed files with 22 additions and 20 deletions

View File

@ -20,7 +20,7 @@ typedef void (*localbtn_mode_change_callback_t)();
* @brief Initialize local btn reading
* @return ESP_OK on success
*/
esp_err_t localbtn_init();
esp_err_t localbtn_init(int8_t pin_localbtn);
/**
* @brief Deinitialize local btn reading