-
Notifications
You must be signed in to change notification settings - Fork 6
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
Will Not Compile #9
Comments
Hello, pinning RadioLib to version 6.6.0 fixes the issue of not compiling. Please be aware that meshtatstic 2.5.0 introduced changes to encryption, so it is very likely that decryption of packets sent by newer clients will not work. |
Does this mean that the repeater will no longer work as everyone switches to 2.5.x or it just means that packets will just be sent encrypted? |
The decryption is only relevant for the serial output. Packets will always be repeated "as is" (encrypted). |
OK Thanks. Won't be able to use it for a spy node anymore :) |
Don't know how to pin RadioLib to version 6.6.0. I am new to programming. |
I found your latest code and that compiles fine but when I go to Meshtastic Web I can connect but it doesn't appear to save any changes I make there. |
It doesn't. All changes have to be "hard coded" in the main.h The cubecell is not a Full meshtastic node. It simulates the behaviour of a node. |
Thanks
…On Sat, Nov 16, 2024 at 11:39 AM tuxphone ***@***.***> wrote:
It doesn't. All changes have to be "hard coded" in the main.h
The cubecell is not a Full meshtastic node. It simulates the behaviour of
a node.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM6LMZA7SBVAZK35VZZZIVT2A57LTAVCNFSM6AAAAABR2FGWNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQGY3TSNJVHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I cannot get your code to compile even when I make no changes to the code.
![Screenshot 2024-11-14 193638](https://private-user-images.githubusercontent.com/188528228/386423590-445e76dd-ec62-4805-8144-c6c47d26fa49.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTQyNzcsIm5iZiI6MTczODg5Mzk3NywicGF0aCI6Ii8xODg1MjgyMjgvMzg2NDIzNTkwLTQ0NWU3NmRkLWVjNjItNDgwNS04MTQ0LWM2YzQ3ZDI2ZmE0OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMjA2MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NzAxZDgzY2IzYjE1MGMzYmY0ZDVhYjUyZDBjYmM2YjAxNDhmOWNmM2RlMjVlZjhmYjkzYTIwZDMzZGM4ODY1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._pSvirsOOnjMDTMm0BptAqAbszXPVEu_iLehKtjoPrg)
The text was updated successfully, but these errors were encountered: