user_config.h 244 B

123456789101112
  1. #ifndef __USER_CONFIG_H__
  2. #define __USER_CONFIG_H__
  3. #define AT_CUSTOM_UPGRADE
  4. #ifdef AT_CUSTOM_UPGRADE
  5. #ifndef AT_UPGRADE_SUPPORT
  6. #error "upgrade is not supported when eagle.flash.bin+eagle.irom0text.bin!!!"
  7. #endif
  8. #endif
  9. #endif