- 03 Apr, 2018 1 commit
-
-
me-no-dev authored
-
- 09 Mar, 2018 2 commits
- 05 Mar, 2018 2 commits
-
-
per1234 authored
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
-
copercini authored
* Add BluetoothSerial library A simple UART to Classical Bluetooth bridge for ESP32 * Create README.md * Fix typos * Replace deprecated header and small fixes * Add coexistence with BLE * Add missing semicolon
-
- 04 Mar, 2018 18 commits
-
-
me-no-dev authored
-
Luc authored
* Add access to last write date time add example * rename cpp to ino orz * wrong copy -past * No comment orz * Add missing space
-
chuck todd authored
The cycle count that micros() is using to report timing is a PER Task value. When micros() or delayMicroseconds() is called from different Tasks, the lastCycleCount value may have no relationship to the current Task specific cycleCount. If the current cycleCount is less than the saved lastCycleCount a rollover condition is assumed. This erroneous conditions results in incorrect delays and reported microseconds. This fix creates thread local storage so that each Task will have accurate microsecond reporting and delays. The reported microseconds are not real time, they are microseconds of the current Task execution.
-
Ryan Festag authored
* Updated to download mkspiffs 0.2.2 * Updated to have proper hashes and sizes. Also updated to new windows file name
-
Shawn A authored
off by one
-
Marco Tombesi authored
-
Marcel Hecko authored
-
Jason K authored
Update test to show more detail to help for checking for poor/inconsistent FLASH operation.
-
Bernardo Ramos authored
Fixes #1094
-
h3ndrik authored
flush tcp buffer instead of reading it byte by byte.
-
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
-