update gateway port

This commit is contained in:
2020-09-16 11:01:54 -05:00
parent 91fe8a3b46
commit 00572058dd

View File

@@ -32,7 +32,7 @@ static void post_data_http(esp_http_client_handle_t,
static void post_error_http(esp_http_client_handle_t,
char *sensor, char *sensor_description, int err_code, char *error_details);
static const char *db_worker_root = "http://192.168.1.107:3000";
static const char *db_worker_root = "http://192.168.1.107:8431";
struct http_client_t {
esp_http_client_handle_t bme280;
esp_http_client_handle_t am2302;