Skip to content

chore: Update deprecated console APIs#6

Merged
finger563 merged 1 commit intomasterfrom
chore/deprecation-update
Aug 26, 2025
Merged

chore: Update deprecated console APIs#6
finger563 merged 1 commit intomasterfrom
chore/deprecation-update

Conversation

@finger563
Copy link

No description provided.

@finger563 finger563 self-assigned this Aug 26, 2025
@finger563 finger563 requested a review from Copilot August 26, 2025 14:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates deprecated console APIs in the ESP-NOW console module to maintain compatibility with newer ESP-IDF versions. The changes use conditional compilation to support both legacy and new USB serial JTAG APIs.

  • Replace deprecated esp_vfs_dev_usb_serial_jtag_* functions with new usb_serial_jtag_vfs_* equivalents for ESP-IDF 5.3.0+
  • Replace deprecated esp_vfs_usb_serial_jtag_use_driver() with usb_serial_jtag_vfs_use_driver() for newer versions
  • Add version-based conditional compilation to maintain backward compatibility

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@finger563 finger563 merged commit 1f217a9 into master Aug 26, 2025
28 checks passed
@finger563 finger563 deleted the chore/deprecation-update branch August 26, 2025 14:50
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