piotr-kubica / weather-tiny

Tiny weather station based on TTGO T5 V2.3.1 (ESP32 with 2.13" e-ink display)
GNU General Public License v2.0
25 stars 7 forks source link

Compile Error with latest library versions #7

Open bix2702 opened 2 months ago

bix2702 commented 2 months ago

I just found your very nice weather tiny project and tried to replicate. I used the latest versions of all libraries and Arduino Studio. Unfortunately the build fails, probably because of changes in some libs. Especially the ArdunioJson and AsyncTCP got a lot of changes. Maybe it's just smal thing but it's too complex for me the rewrite it.

Would you mind to try to compile it against the latest libraries? Or could you write which versions of each library you used?

piotr-kubica commented 2 months ago

Hi, thanks for writing!

Or could you write which versions of each library you used?

I'm sorry I didn't put the version number next to libraries. Your best bet would be to download all libs from around May 2021 and then trying to compile.

Would you mind to try to compile it against the latest libraries?

Sorry, I've already moved to implementing second iteration of this device. I hope I can share the ready project with you as soon as I am ready to release some meaningful and working code.

bix2702 commented 2 months ago

Hi Piotr, thx for quick answer! I will try and report.

Of course, I would be very interessted in your second iteration.

Kind Regards