mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
first changes to prepare code for esp32
This commit is contained in:
parent
6ac3876092
commit
1200ca0b79
6 changed files with 26 additions and 11 deletions
|
@ -164,7 +164,7 @@ class app {
|
|||
while(length > 0) {
|
||||
len = (length < 32) ? length : 32;
|
||||
mEep->read(start, buf, len);
|
||||
crc = crc16(buf, len, crc);
|
||||
crc = Hoymiles::crc16(buf, len, crc);
|
||||
start += len;
|
||||
length -= len;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue