-
Notifications
You must be signed in to change notification settings - Fork 0
LLCC68 #2
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
Comments
I have never tried the LLCC68 but it seems like it should. Basically the same as the sx1262 |
Hello. I was able to run the E220-900MM22s module built on the LLCC68 chip. But it only worked after editing the code sx126x.cpp, line 161: (if (strncmp(this->version_, "SX126", 5) != 0) {) on (if (strncmp(this->version_, "LLCC68", 5) != 0) {). As I understand it, this is a chip check, can add a check to the code for either SX126 or LLCC68? |
Ah right. There is also a hw_version enum:
can also add llcc68 there, I guess it should do the same thing as sx1262? Do you want to submit a PR for this? I can merge it. If not I can do it sometime. |
I specify SX1262 in the settings. |
Take your time . You can do this later . |
Will it work with the LLCC68 chip?
The text was updated successfully, but these errors were encountered: