Papers3 improvements (#611)
- And Tab5 keyboard improvements - Usb host keyboard improvements - Symbols - Requires the device.py change from CL-32 PR but that only affects visuals and not build breaking
This commit is contained in:
@@ -3,9 +3,18 @@
|
||||
|
||||
#include <symbols/esp_http_client.h>
|
||||
|
||||
#include <sdkconfig.h>
|
||||
#include <esp_http_client.h>
|
||||
#if CONFIG_MBEDTLS_CERTIFICATE_BUNDLE
|
||||
#include <esp_crt_bundle.h>
|
||||
#endif
|
||||
|
||||
const esp_elfsym esp_http_client_symbols[] = {
|
||||
#if CONFIG_MBEDTLS_CERTIFICATE_BUNDLE
|
||||
// Needed for HTTPS: an app passes this as crt_bundle_attach to validate certificates against
|
||||
// the bundle already compiled into the firmware (CONFIG_MBEDTLS_CERTIFICATE_BUNDLE).
|
||||
ESP_ELFSYM_EXPORT(esp_crt_bundle_attach),
|
||||
#endif
|
||||
ESP_ELFSYM_EXPORT(esp_http_client_init),
|
||||
ESP_ELFSYM_EXPORT(esp_http_client_perform),
|
||||
ESP_ELFSYM_EXPORT(esp_http_client_cancel_request),
|
||||
|
||||
Reference in New Issue
Block a user