Added the (possibly modified) Espressif SDK to the project to avoid problems with building. This may not be OK license wise, but who cares
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#ifndef __USER_CONFIG_H__
|
||||
#define __USER_CONFIG_H__
|
||||
|
||||
#define AT_CUSTOM_UPGRADE
|
||||
|
||||
#ifdef AT_CUSTOM_UPGRADE
|
||||
#ifndef AT_UPGRADE_SUPPORT
|
||||
#error "upgrade is not supported when eagle.flash.bin+eagle.irom0text.bin!!!"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user