Merge branch 'main_fix_ackcrc' of https://github.com/aviateur17/Farm-Data-Relay-System into main_fix_ackcrc

This commit is contained in:
Jeff Lehman 2022-11-24 19:54:01 -06:00
commit e090cdc22a

View File

@ -7,6 +7,9 @@
#ifndef __FDRS_FUNCTIONS_H__
#define __FDRS_FUNCTIONS_H__
#include <fdrs_lora.h>
#include <fdrs_espnow.h>
#ifdef ESP8266
#include <ESP8266WiFi.h>
#include <espnow.h>
@ -319,11 +322,6 @@ static uint16_t crc16_update(uint16_t crc, uint8_t a)
return crc;
}
#include <fdrs_lora.h>
#include <fdrs_espnow.h>
void getSerial() {
String incomingString;
if (UART_IF.available()){