MasterTim17

Results 5 comments of MasterTim17

im using version 6.0.1

Tried it, same problem

Did you try to compile a ESP8285 target? Happened to me too. Reason is, that the MPU6050 Library is only included in ESP32 target [Copy this line](https://github.com/awigen/ExpressLRS/blob/cf7ff6f30c564438f8d8cddacbadc04d8fae2290/src/targets/common.ini#L107) in [this line](https://github.com/awigen/ExpressLRS/blob/cf7ff6f30c564438f8d8cddacbadc04d8fae2290/src/targets/common.ini#L148)...

I can compile and upload it, but as soon as I want to connect to the WiFi of the RX, it crashes and restarts. I don't know how to debug...

Here is the branch with the modification. [MasterTim17/ExpressLRS](https://github.com/MasterTim17/ExpressLRS) Hope someone can help