Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
1 2 3 4 5 6
#ifndef STUBS_ESP_CRT_BUNDLE_H #define STUBS_ESP_CRT_BUNDLE_H static inline void *esp_crt_bundle_attach(void *conf) { (void)conf; return NULL; } #endif