m5stack / M5Stack

M5Stack Arduino Library
MIT License
1.19k stars 424 forks source link

deprecated miniz.h include path #247

Closed coelner closed 1 year ago

coelner commented 3 years ago

https://github.com/m5stack/M5Stack/blob/6cd8ce15e723c2043a3c01763320413ebff300d5/src/utility/pngle.c#L31

this line is deprecated:

In file included from /Arduino/libraries/M5Stack/src/utility/pngle.c:31:
/Arduino/hardware/espressif/esp32/tools/sdk/esp32/include/esp32/include/rom/miniz.h:1:2: warning: #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead [-Wcpp]
 #warning rom/miniz.h is deprecated, please use esp32/rom/miniz.h instead
Tinyu-Zhao commented 1 year ago

Fixed, thanks for your feedback.