dbuezas / lgt8fx

Board Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D
359 stars 90 forks source link

Can't compile sketches with SoftwareSerial anymore #173

Closed seisfeld closed 2 years ago

seisfeld commented 2 years ago

Somehow #40 breaks SoftwareSerial support for me. I get similar error message as @LaZsolt gets here: https://github.com/dbuezas/lgt8fx/pull/40#issuecomment-778845698. Last good version of pins_arduino.h for me is from commit 6a5249947ed0ed6ed60ced8007ef3f25c248085f.

LaZsolt commented 2 years ago

The newest pins_arduino.h available here: https://github.com/dbuezas/lgt8fx/blob/master/lgt8f/variants/standard/pins_arduino.h Try to install it!

seisfeld commented 2 years ago

I am using that version, well I wanted. That's what I'm saying. When I go back in the git history of that file, 6a52499 is the first working version for me.

LaZsolt commented 2 years ago

I tried to compile SoftwareSerialExample.ino but no errors at all, even I set the compiler warnings to max level. (All warnings)

seisfeld commented 2 years ago

You are right @LaZsolt. Thanks for checking! Somehow the Arduino IDE got messed up with different versions of the core. Cloning the repo fresh resolved the issue. Sorry for the confusion. Closing...