Óscar Aceña
Results
4
issues of
Óscar Aceña
Its easy to add support for this camera (which has 4 MiB of PSRAM). Just, add a new pinout definition (in `ESP32_Camera_Sender/src/main.cpp`): ``` #elif defined(CAMERA_MODEL_M5STACK_MODEL_B) #define PWDN_GPIO_NUM -1 #define RESET_GPIO_NUM...
Hi, I could not compile the proyect until I install some missing packages: `flex, bison, gperf and python-serial` Please, could you add a DEPENDS file (or something like that) where...
Fixes: 6264