Skip to content

[2.0.0] Add missing default TX and RX for T-watch #4621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

happyme531
Copy link
Contributor

That solves

C:\Users\user\.platformio\packages\framework-arduinoespressif32@src-7a495aa357652c59e127d3388578e1f1\cores\esp32\esp32-hal-gpio.c: In function '__pinMode':
C:\Users\user\.platformio\packages\framework-arduinoespressif32@src-7a495aa357652c59e127d3388578e1f1\cores\esp32\esp32-hal-gpio.c:238:44: error: 'RX' undeclared (first use in this function); did you mean 'RX1'?
         pinFunction |= ((uint32_t)(((pin)==RX||(pin)==TX)?0:1) << MCU_SEL_S);
                                            ^~
                                            RX1

@me-no-dev me-no-dev changed the title Add missing default TX and RX for T-watch [2.0.0] Add missing default TX and RX for T-watch Jan 11, 2021
@VojtechBartoska VojtechBartoska added this to the 2.0.0 milestone Mar 2, 2021
@me-no-dev me-no-dev merged commit 9bfcecf into espressif:idf-release/v4.2 Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants