1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00
Files
bootloaders
cores
doc
libraries
ArduinoOTA
examples
BasicOTA
BasicOTA.ino
OTALeds
ArduinoOTA.cpp
ArduinoOTA.h
keywords.txt
library.properties
DNSServer
EEPROM
ESP8266AVRISP
ESP8266HTTPClient
ESP8266HTTPUpdateServer
ESP8266LLMNR
ESP8266NetBIOS
ESP8266SSDP
ESP8266WebServer
ESP8266WiFi
ESP8266WiFiMesh
ESP8266httpUpdate
ESP8266mDNS
Ethernet
GDBStub
Hash
SD
SPI
SPISlave
Servo
SoftwareSerial
TFT_Touch_Shield_V2
Ticker
Wire
esp8266
package
tests
tools
variants
.gitignore
.gitmodules
.travis.yml
ISSUE_TEMPLATE.md
LICENSE
POLICY.md
README.md
boards.txt
keywords.txt
package.json
platform.txt
programmers.txt
esp8266/libraries/ArduinoOTA/examples/BasicOTA
david gauchard 92373a9837 Deprecate axTLS, update examples ()
* update examples

* fix serial<->tcp example, use STASSID instead of SSID (name collision)

* fix HTTPSRequest.ino

* update AxTLS HTTPS examples, update AxTLS API to deprecated

* fixes

* fixes + fix astyle (no preproc directives) + restyling script

* fix HTTPClient library

* fixes

* common.sh: do not reload arduino when already present (for locally CI testing)

* common.sh: do not reload ArduinoJson when already present (for locally CI testing)

* fix

* fix

* fix deprecated example

* fix WiFiHTTPSServer.ino

* reduce footprint

* wipfix

* fix led builtin

* fix example

* finished updating APSSID on all examples

* style

* restyle examples

* helper to run CI test locally

* local CI runner more verbose

* +const

* deprecation deprecation

* deprecation

* Update NTPClient.ino

const char[] => const char *

* Update interactive.ino

const char[] => const char *
2018-11-29 20:49:27 -08:00
..