mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-22 07:44:15 +00:00
13 lines
261 B
C
13 lines
261 B
C
|
#include "FreeRTOS.h"
|
||
|
#include "task.h"
|
||
|
#include "diag.h"
|
||
|
#include "hal_efuse.h"
|
||
|
#include "efuse_api.h"
|
||
|
#include "osdep_service.h"
|
||
|
#include "device_lock.h"
|
||
|
|
||
|
#define EFUSE_SHOW 1
|
||
|
|
||
|
// https://esp8266.ru/forum/threads/calibration-data.1631/
|
||
|
|
||
|
void efuse_main(void);
|