mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Merge remote-tracking branch 'remotes/esp8266/master'
This commit is contained in:
commit
4247b646bb
@ -23,8 +23,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <string.h>
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
|
|
||||||
static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
|
static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
|
||||||
{
|
{
|
||||||
|
@ -61,7 +61,7 @@ ESPDuino | 4M | 1M, 3M
|
|||||||
|
|
||||||
*ESP8266FS* is a tool which integrates into the Arduino IDE. It adds a menu item to *Tools* menu for uploading the contents of sketch data directory into ESP8266 flash file system.
|
*ESP8266FS* is a tool which integrates into the Arduino IDE. It adds a menu item to *Tools* menu for uploading the contents of sketch data directory into ESP8266 flash file system.
|
||||||
|
|
||||||
- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.1.3/ESP8266FS-0.1.3.zip.
|
- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.2.0/ESP8266FS-0.2.0.zip.
|
||||||
- In your Arduino sketchbook directory, create `tools` directory if it doesn't exist yet
|
- In your Arduino sketchbook directory, create `tools` directory if it doesn't exist yet
|
||||||
- Unpack the tool into `tools` directory (the path will look like `<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar`)
|
- Unpack the tool into `tools` directory (the path will look like `<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar`)
|
||||||
- Restart Arduino IDE
|
- Restart Arduino IDE
|
||||||
|
@ -798,7 +798,7 @@ bool HTTPClient::sendHeader(const char * type) {
|
|||||||
header += "\r\n";
|
header += "\r\n";
|
||||||
|
|
||||||
if(!_useHTTP10) {
|
if(!_useHTTP10) {
|
||||||
header += "Accept-Encoding: identity;q=1 chunked;q=0.1 *;q=0\r\n";
|
header += "Accept-Encoding: identity;q=1,chunked;q=0.1,*;q=0\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(_base64Authorization.length()) {
|
if(_base64Authorization.length()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user