- 04 Mar, 2018 8 commits
-
-
Bernd Giesecke authored
The ESP8266 version of the mDNS library expected service name and protocol without leading '_' (underscore). The ESP32 version expected service name and protocol with leading '_' (underscore). This small change makes the ESP32 version compatible with the ESP8266 version and keeps backward compatible with existing code by accepting service name and protocol either with or without leading '_' (underscore).
-
Alec Clews authored
See https://stackoverflow.com/questions/6812031/how-to-make-unicode-string-with-python3 May unicode an alias for str()
-
Tom Ferrin authored
esp_efuse_mac_get_default() only stores into the bottom 6 bytes of it's 8-byte argument, so must initialize this arg to zero to avoid trash on the stack.
-
Bert Melis authored
* Add Ticker library * Fix CI (#1) remove LED_BUILTIN in examples
-
Erik Wilson authored
fix upload.maximum_size as current partition size 0x140000 for esp32vn-iot-uno & heltec boards (#1052)
-
birgersp authored
As discussed in #1042.
-
Ifediora Elochukwu C authored
* enchanced EEPROMClass * Added eeprom examles and modified partition * added eeprom class and extra examples * No changes * No changes * added eeprom class and examples * fixed typo * length() returns user-defined sector size * updated and annotated example
-
Laurent Louf authored
* Retrieve some code from what has been done on the ESP8266. Clarify a bit the signification of several bytes in the response. * Add the type and class as members of the DNS class for an eventual future use. * Clarify the sense of a magic number present in DNS server. * A bit of aesthetics for the DNS server. * Add a structure for the DNS question, use it DNS server to store the question data and to create the DNS answer from scratch.
-
- 27 Feb, 2018 1 commit
-
-
me-no-dev authored
-
- 08 Feb, 2018 1 commit
-
-
Ivan Kravets authored
-
- 05 Feb, 2018 1 commit
-
-
Ivan Kravets authored
-
- 23 Jan, 2018 1 commit
-
-
Ivan Kravets authored
-
- 19 Jan, 2018 2 commits
- 18 Jan, 2018 3 commits
- 17 Jan, 2018 8 commits
-
-
me-no-dev authored
-
lbernstone authored
* Added a lastError method to WiFiClientSecure so that a connection error from mbedTLS can be retrieved if connection fails (and then presented to a user). * Changed to dos CRLF * Made buffer size a const\nMore cleanup to match source
-
Vysakh P Pillai authored
adding an additional step that is required to make sure the BLE libs are synced
-
Clemens Kirchgatterer authored
-
Joey Babcock authored
* Small grammar fixes and clarifications Just fixed some small grammar issues in the comments and clarified a few things that might seem confusing. * More spelling fixes that I introduced...
-
Alwin Arrasyid authored
This fixes the compile error when we include SPI.h
-
Me No Dev authored
* Update mDNS and LEDC * update toolchain * Update IDF to 1c3dd23 * Advertise the board variant for Arduino OTA * Add generic variant definition for mDNS
-
- 19 Dec, 2017 3 commits
-
-
copercini authored
-
Jason K authored
Update to make use of SSL a bit less confusing by ensuring errors are generated if the wrong method is called to retrieve the data stream. (#934)
-
Frank Sautter authored
* Allow configuration of Ethernet PHY clock source Refer to https://github.com/espressif/esp-idf/pull/1127 The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY. The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested). New example available. * Allow configuration of Ethernet PHY clock source Refer to https://github.com/espressif/esp-idf/pull/1127 The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY. The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested). New example available.
-
- 14 Dec, 2017 1 commit
-
-
me-no-dev authored
-
- 04 Dec, 2017 1 commit
-
-
Masaki Koyanagi authored
-
- 30 Nov, 2017 6 commits
-
-
Ivan Kravets authored
-
Ivan Kravets authored
-
-
me-no-dev authored
Make sure to remove that next rebuild
-
Ivan Kravets authored
-
me-no-dev authored
-
- 28 Nov, 2017 4 commits
-
-
Mark D authored
-
-
me-no-dev authored
Closes: https://github.com/espressif/arduino-esp32/pull/820
-
zipiju authored
When user selected HSPI with SPIClass name(HSPI) ESP was, by default, still using VSPI ports (the ones defined in pins_arduino.h). With this change when user selects HSPI then HSPI default ports will be used. If user won't specify HSPI then VSPI default ports will be used. If user will specify SCLK, MOSI, MISO and SS with SPI.begin() then user defined ports will be used no matter if VSPI or HSPI is selected. With this change fe. SD library can use default HSPI ports. It was possible to pass HSPI SPI instance to SD lib, however even then it was using VSPI ports which were (probably) GPIO matrixed to HSPI.
-