zs6buj / FrSkyToWiFiBT

GNU General Public License v3.0
6 stars 1 forks source link

Compile issue #2

Closed shro70 closed 7 months ago

shro70 commented 2 years ago

Hello . I'm trying to compile for ESP8286 variant 3 ( Lolin D1 mini ) but I get a compile error if I select D1 mini or D1 mini clone as board in Arduino ide . 20220130_130426

If I select generic esp8286 it show another error 20220130_130204

Can you help me ? The board I'm trying to use https://a.aliexpress.com/_ujipK6

zs6buj commented 2 years ago

@shro70

Thanks for the feedback, and that looks like a nice board. We are seeing some more esp8266 boards with usb support.

I cleaned up the esp8266 build, and excluded #define Support_SBUS_Out for now. If you need sbus support let me know, but then please propose a pin to use on your board.

shro70 commented 2 years ago

I will give a try. I don't think I need sbus out. I want to send the sport and fport telemetry from my tX16s to your tracker and my Android phone. Thanks for the quick answer again.

shro70 commented 2 years ago

I just noticed you updated MavlinkToPassthru instead of FrskyPassthruToWifi and Bluetooth

zs6buj commented 2 years ago

@shro70:

Oops! Ok, they are based on similar code. I'll do FrSky-Passthru-To-WiFi-and-or-BT as soon as I get a chance.

zs6buj commented 2 years ago

Fixed. V0.0.5. I also shortened the long-winded repo name to FrSkyToWiFiBT

shro70 commented 2 years ago

if i select generic esp8266 as board : Capture

if i select lolin wemos D1 mini Capture

zs6buj commented 2 years ago

It looks like you selected Autobaud. I'll look at that tomorrow. You must select D1 mini.

shro70 commented 2 years ago

No worries. I don't plan to fly my planes before the end of winter . I can't find any baud setting. If you mean protocol I selected smartport not autoprotocol

zs6buj commented 2 years ago

Could you post your config.h

shro70 commented 2 years ago

changed the extension to txt. github won't let me upload a .h config.txt

zs6buj commented 2 years ago

It's compiling here with your config.h. Strange.

image

shro70 commented 2 years ago

Indeed. I will try to reinstall Arduino ide and all the libraries.