-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Phase 5: STM32 Obliteration: RX device cleanup #3027
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
Phase 5: STM32 Obliteration: RX device cleanup #3027
Conversation
JyeSmith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test with Nomad to BAYCK rx and mavlink... didnt break!
|
Will external i2c baro still work with ESP8285 devices? I have many gliders that use ESP8285 based PWM receivers and i2c baro sensors. |
No, ESP8285 does not support the Baro sensors. |
So you are going to remove support in 4.0? Quote from #2480
|
Well then it should still work. I'll have to check when I'm back with my gear. |
|
And will USE_MSP_WIFI change to PLATFORM_ESP32 break TCP Betaflight configurator from all ESP8285 receivers? |
No, because that will just change to TARGET_RX |
|
|
Oops, that is fixed in this PR now. |
118579d to
e1a8c2d
Compare

This one just cleans up a lot of the defines that were there to disable certain features that were not available to STM32 based receivers.