upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/esp_http_client.h
blob: 41697149f67ee7438f28ddf043b5b086764082ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef STUBS_ESP_HTTP_CLIENT_H
#define STUBS_ESP_HTTP_CLIENT_H

#include "esp_err.h"

typedef void *esp_http_client_handle_t;

typedef struct {
    int cert_pem;
} esp_http_client_config_t;

#endif