-
Notifications
You must be signed in to change notification settings - Fork 88
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
LGT8F88A core : SERIAL_RX_BUFFER_SIZE not defined ? #108
Comments
Few days ago I noticed that compiling error too. And I don't understand why. At least in line 51 or in line 53 was SERIAL_RX_BUFFER_SIZE defined, if was not defined as a garbage earlier. I will try to insert a valid value into boards.txt, because not found this in LGT8F88 section.
I think support not really necessary. Edit: I made a mistake above too. LGT8F88 section not the 88A version in the |
You wasn't checked compiling with LGT8F88A, because you selected LGT8F88D-SSOP20. |
Okaaaaay .... also i did not notice it was written LGT8F88D-SSOP20 into the Arduino IDE menu "Tool/Variant" .... Also it is confusing that the Well, I will recheck my EEPROM PR again later. |
My idea is to delete LGT8F88x support from the Menu, because of many conflict with new interrupts feature. |
Agree. A few WEMOS XI using LGT8F328d can still be found there, but Wemos say they are retired. Maybe we could get rid of the LGT8F328d as well given that WEMOS already provide support for them ? And maybe we could focus on the LGT8F328p ... |
I will launch a pull request soon to remove LGT8F88x support from this package. |
328d is popular in china. a lot of it in taobao.com |
@LaZsolt did you commit the removal of LGT8F88x support? If so, please determine if this issue is relevant anymore. Thank you. |
This issue not relevant anymore, because support for LGT8F88x has been removed from this repository and LGT8F88x has been unavailable for purcase for a while. |
Hello,
I was checking if my EEPROM library was compiling with the LGT8F88A variant.
Apparently it is somehow missing
SERIAL_RX_BUFFER_SIZE
definition :By the way, do you think it is really worth it to keep support for the LGT8F88A ?
The text was updated successfully, but these errors were encountered: