[Feb 8 16:35:53.497] I (64) boot: Partition Table:
[Feb 8 16:35:53.500] I (68) boot: ## Label Usage Type ST Offset Length
[Feb 8 16:35:53.505] I (75) boot: 0 nvs WiFi data 01 02 00009000 00004000 00000000
[Feb 8 16:35:53.514] I (83) boot: 1 otadata OTA data 01 00 0000d000 00002000 00000000
[Feb 8 16:35:53.522] I (91) boot: 2 app_0 OTA app 00 10 00010000 001b0000 00000000
[Feb 8 16:35:53.530] I (100) boot: 3 fs_0 FS 01 82 001c0000 00040000 00000000
[Feb 8 16:35:53.539] I (108) boot: 4 app_1 OTA app 00 11 00200000 001b0000 00000000
[Feb 8 16:35:53.547] I (116) boot: 5 fs_1 FS 01 82 003b0000 00040000 00000000
[Feb 8 16:35:53.555] I (125) boot: End of partition table
_crt_i2c1: ffi('void* mgos_barometer_create_i2c(void*, int, int)'),
mg_connect_opts.ssl_cert
is the path to the client certificate file, or is the actual content of this client certificate file?
[Feb 11 11:50:20.902] mongoose.c:4912 0x3fff378c received handshake message [Feb 11 11:50:20.955] mongoose.c:4912 0x3fff378c mbedtls_ssl_flush_output() returned -78 (-0x004e) [Feb 11 11:50:20.955] mongoose.c:4912 0x3fff378c mbedtls_ssl_write_record() returned -78 (-0x004e) [Feb 11 11:50:20.955] mongoose.c:4912 0x3fff378c mbedtls_ssl_send_alert_message() returned -78 (-0x004e)
/media/frank/Dati/development/kairos/kairos-firmware/kairos_pro/deps/http-server/src/mgos_http_server.c:169:3: error: implicit declaration of function 'mg_file_upload_handler'; did you mean 'upload_handler'? [-Werror=implicit-function-declaration]
mg_file_upload_handler(c, ev, p, upload_fname, user_data);
^~~~~~~~~~~~~~~~~~~~~~
upload_handler
/media/frank/Dati/development/kairos/kairos-firmware/kairos_pro/deps/http-server/src/mgos_http_server.c: In function 'mgos_http_ev':
/media/frank/Dati/development/kairos/kairos-firmware/kairos_pro/deps/http-server/src/mgos_http_server.c:199:10: error: 'MG_EV_HTTP_MULTIPART_REQUEST' undeclared (first use in this function); did you mean 'MG_EV_HTTP_REQUEST'?
case MG_EV_HTTP_MULTIPART_REQUEST: {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
MG_EV_HTTP_REQUEST
/media/frank/Dati/development/kairos/kairos-firmware/kairos_pro/deps/http-server/src/mgos_http_server.c:199:10: note: each undeclared identifier is reported only once for each function it appears in
cc1: all warnings being treated as errors
/mongoose-os/platforms/esp32/src/esp32_src.mk:102: recipe for target 'mgos_http_server.c.o' failed
make[1]: *** [mgos_http_server.c.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/media/frank/Dati/development/kairos/kairos-firmware/kairos_pro/build/objs/mosapp'
/opt/Espressif/esp-idf/make/project.mk:635: recipe for target 'component-mosapp-build' failed
make: *** [component-mosapp-build] Error 2
In file included from /Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/freertos/include/mgos_freertos.h:26,
from /Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/freertos/src/mgos_freertos.c:18:
/Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/mongoose/include/mongoose.h:1919:31: error: 'struct tm' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
double cs_timegm(const struct tm *tm);
^~
In file included from /Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/freertos/include/mgos_freertos.h:26,
from /Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/freertos/src/mgos_freertos_core_dump.c:18:
/Users/gregoleksiak/eatabit/repos/eatabit-firmware-v6/deps/mongoose/include/mongoose.h:1919:31: error: 'struct tm' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
double cs_timegm(const struct tm *tm);
^~
cc1: all warnings being treated as errors