ThaiEasyElec / ESPIno32CAM

library for ESPIno32CAM
16 stars 10 forks source link

Update quirc.c #6

Open clicksistema opened 2 years ago

clicksistema commented 2 years ago

substitute PSRAM function to use malloc and calloc function insted of ps_malloc and ps_calloc. An document that I read in a language that is not my native says that on new ESP32 board library this functions will auto select each memory use. The compiler stoped fail. but I didn't test sending it yet. If anyone think something better I would be very greatfull.