SingingCat 0
application
esp8266_flash_from_serialport.h
1#ifndef ESP_FLASH_SERIAL_PORT_H_
2#define ESP_FLASH__SERIAL_PORT_H_ 1
3
4#include "main-header.h"
5#include "esp8266_flash_from_any_source.h"
6
7int esp8266_flash_from_serialport();
8#endif