Fix IOS compilation
This commit is contained in:
parent
7fad0de960
commit
b6edea6fcf
@ -75,6 +75,10 @@ enum XYZFileSteps { XYZM_IDLE,
|
||||
|
||||
enum XReceiveStates { XYZS_OK, XYZS_TIMEOUT, XYZS_EOT, XYZS_CAN, XYZS_OTHER, XYZS_CHECKSUM, XYZS_PACKET, XYZS_FILE };
|
||||
|
||||
#ifdef USE_UFILESYS
|
||||
extern FS *ffsp;
|
||||
#endif
|
||||
|
||||
#include <TasmotaSerial.h>
|
||||
|
||||
struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user