mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-16 02:05:32 +00:00
Add missed function rename. (Thanks VSCode)
This commit is contained in:
parent
c3aa56ef30
commit
c86a3200f0
@ -484,7 +484,7 @@ meshtastic_Routing_Error perhapsEncode(meshtastic_MeshPacket *p)
|
||||
memcpy(p->encrypted.bytes, bytes, numbytes);
|
||||
}
|
||||
#else
|
||||
crypto->encrypt(getFrom(p), p->id, numbytes, bytes);
|
||||
crypto->encryptPacket(getFrom(p), p->id, numbytes, bytes);
|
||||
memcpy(p->encrypted.bytes, bytes, numbytes);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user