Skip to content

Feature request: Add UART line inversion support (rx_invert / tx_invert or invert) to busio.UART (ESP32-S3 and other ports) #3023

Feature request: Add UART line inversion support (rx_invert / tx_invert or invert) to busio.UART (ESP32-S3 and other ports)

Feature request: Add UART line inversion support (rx_invert / tx_invert or invert) to busio.UART (ESP32-S3 and other ports) #3023

name: Notify users based on issue labels
on:
issues:
types: [labeled]
jobs:
notify:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: tekktrik/issue-labeled-ping@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
user: v923z
label: ulab
message: Heads up {user} - the "{label}" label was applied to this issue.