-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support for ESP32S2 #1
Comments
I've made some attempt about a month ago and managed to get it to compile.... |
Looks like Espressif committed to master the support 10 days ago. |
Well right now I just have too much work at hand, but I will have a look at it in a few weeks. |
ok. I will open an issue on the main ESPEASY repository as would be nice to start development on these boards. |
Can you please add support for ESP32S2 ?
Trying to compile this lib results in following error:
ESPeasySerial/ESPEasySerial_ESP32.cpp:103:46: error: 'Serial2' was not declared in this scope
case ESPEasySerialPort::serial2: return &Serial2;
The text was updated successfully, but these errors were encountered: