c159984264
1. separate rom include files and linkscript to esp_rom 2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h" 3. Forward compatible 4. update mqtt
2 lines
102 B
C
2 lines
102 B
C
#warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead
|
|
#include "esp32/rom/miniz.h"
|