Develo
|
e9d052c621
|
WIP - Update ArduinoOTA and examples with MDNS.update() calls (#5494)
* ArduinoOTA: allow use without MDNS, add MDNS.update() in handle()
* Update examples with MDNS.update() in loop
* Update CaptivePortalAdvanced.ino
Fix typo
* Update CaptivePortalAdvanced.ino
astyle
* Update Arduino_Wifi_AVRISP.ino
astyle
|
2018-12-14 03:29:32 -03:00 |
|
david gauchard
|
92373a9837
|
Deprecate axTLS, update examples (#5366)
* 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 |
|
Ivan Grokhotkov
|
61cd8d8385
|
examples: format all .ino files
This formats all the example source files using Arduino style rules.
|
2018-03-08 14:32:06 +08:00 |
|
James Stanley
|
2abbc36da4
|
Put WiFi into station mode in examples (#3731)
|
2017-10-22 13:53:01 +08:00 |
|
John Doe
|
148ec5579f
|
no need for the IP
|
2015-06-29 02:42:54 +03:00 |
|
John Doe
|
25aa2cdc08
|
MDNS-SD
|
2015-06-29 02:27:14 +03:00 |
|
Ivan Grokhotkov
|
699b06b875
|
implement async replies in mDNS library
No need to call mdns.update() from loop() any more.
|
2015-05-12 17:59:24 +03:00 |
|
Ivan Grokhotkov
|
727c61efe2
|
UDP multicast APIs fix
fix #74, fix #7
|
2015-04-29 07:01:46 +08:00 |
|
Ivan Grokhotkov
|
31c7b384b2
|
Add mDNS library for esp8266
|
2015-02-01 01:55:37 +03:00 |
|