8 lines
115 B
C
8 lines
115 B
C
#ifndef OTA_UPDATE_H
|
|
#define OTA_UPDATE_H
|
|
|
|
#define UPDATE_BUFFER_SIZE 4000
|
|
#define UPDATE_PAYLOAD_SIZE 200
|
|
|
|
#endif
|