feature/http_call_send_json #3

Merged
f merged 56 commits from feature/http_call_send_json into master 2022-11-27 11:02:22 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit dc2eb61584 - Show all commits

View file

@ -19,7 +19,7 @@
#ifdef HTTP_CALL_SEND_JSON_DATA
#include <ESP8266HTTPClient.h>
#include <UrlEncode.h>
#include <UrlEncode.h> // from bib manager UrlEncode by Masayuki
#endif
//*************************************************************************//

View file

@ -11,7 +11,7 @@
#include <ESP8266HTTPUpdateServer.h>
#include <WiFiClient.h>
#include <WiFiManager.h> // WiFiManager from bib manager
#include <WiFiManager.h> // WiFiManager from bib manager by tzapu
#include "config.h"
#include "config_user.h"