OpenBikeSensorFirmware icon indicating copy to clipboard operation
OpenBikeSensorFirmware copied to clipboard

Take care of libraries

Open schiermi opened this issue 8 months ago • 3 comments

  • Avoid compile time warnings from CircularBuffer like…
In file included from src/OpenBikeSensorFirmware.h:29,
                 from src/configServer.cpp:30:
.pio/libdeps/esp32dev/CircularBuffer/CircularBuffer.h:3:102: note: #pragma message: WARNING: please change import directive from CircularBiffer.h to CircularBuffer.hpp
 #pragma message("WARNING: please change import directive from CircularBiffer.h to CircularBuffer.hpp")

  • https://github.com/fhessel/esp32_https_server seems to be unmaintained since a while and throws deprecation warnings by the used TLS library openssl. https://github.com/jasenk2/esp32_https_server/tree/esp_tls at least addresses this deprecation.

A build containing those changes was tested for three weeks "on the bike". Testing included track uploads & OBS Webinterface access.

schiermi avatar Jun 07 '24 20:06 schiermi