weisskopfjens / esp32voipdoorbell

VOIP doorphone / doorbell realized with ESP32, i2s MEMS (INMP441) and a i2s amplifier (MAX98357)
GNU General Public License v3.0
41 stars 16 forks source link

vs code errors building projects #2

Open raulfash opened 3 years ago

raulfash commented 3 years ago

Hello great job, it mean you can read my mind.

I just will adapt this project to my owm pourposes.

By the way only want to get some experience whit platformio and then do adaptations to my spects.

When try build in VStudio code i get a lot of warnings.

`PLATFORM: Espressif 32 (1.12.4) > Espressif ESP32 Dev Module HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

Thanks a lot

raulfash commented 3 years ago

I answer to myself. Some compilation bugs fixed.

Installed libraries in the user folder platformio.

One error due to FS windows that confuses uppercase with lowercase "Math.h", "math.h". It is solved with lib_ignore = time in platformio.ini Static error in Dusk2Dawn library, Static is eliminated in the header of the functions with cpp error.

Now compile, and it remains to receive the esp32 to upload.

Now my dismemberment begins. I do not need a screen or LEDs or the solar time function. Also I will try that the system connects to the sip only when it is pressed.

Thanks for your work, I really like it.