Maxim Prokhorov
|
19b7a29720
|
Migrate from astyle to clang-format (#8464)
|
2022-03-04 02:28:47 +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 |
|
Me No Dev
|
0718188264
|
fix NetBIOS example file name (#2354)
|
2016-08-01 11:52:44 +03:00 |
|
Me No Dev
|
1f7989b31d
|
Implement Async NBNS (NetBIOS) name resolution for Windows (#2275)
* Implement Async NBNS (NetBIOS) Name resolution for windows
Source: http://www.xpablo.cz/?p=751#more-751
|
2016-07-15 10:40:31 +03:00 |
|