- 05 Feb, 2017 6 commits
-
-
me-no-dev authored
-
Ion authored
-
Jan Hendrik Berlin authored
-
Ivan Kravets authored
-
me-no-dev authored
-
Ion authored
* Add hint * Update README.md * Update README.md * Update README.md
-
- 03 Feb, 2017 1 commit
-
-
Joren Six authored
* Added a basic WiFi UDP client example: a sketch that sends random bytes over udp. * Updated udp example and included Python and Ruby UDP servers.
-
- 01 Feb, 2017 1 commit
-
-
me-no-dev authored
-
- 31 Jan, 2017 1 commit
-
-
Ivan Kravets authored
-
- 28 Jan, 2017 14 commits
-
-
Ivan Kravets authored
* Initial version of build script for @PlatformIO; CI integration for Linux, macOS and Windows * Remove CI badges * Add @PlatformIO to Travis.CI
-
Peter Lerup authored
-
Ivan Kravets authored
* Initial version of build script for @PlatformIO; CI integration for Linux, macOS and Windows * Remove CI badges
-
Me No Dev authored
Add Travis build badge
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
- 24 Jan, 2017 3 commits
-
-
me-no-dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/145
-
me-no-dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/146
-
me-no-dev authored
example: ```cpp //done once on WiFi init configTime(-7200, 3600, "pool.ntp.org"); //get local time struct tm timeinfo; if(!getLocalTime(&timeinfo)){ Serial.println("Failed to obtain time"); return; } //print time Serial.println(&timeinfo); //print time with different format Serial.println(&timeinfo, "%A, %B %d %Y %H:%M:%S"); ``` fixes: https://github.com/espressif/arduino-esp32/issues/29
-
- 23 Jan, 2017 2 commits
-
-
me-no-dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/143
-
me-no-dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/144
-
- 20 Jan, 2017 2 commits
- 19 Jan, 2017 6 commits
-
-
me-no-dev authored
-
Me No Dev authored
-
me-no-dev authored
With this step we remove all dependencies, but git. Mac and Linux come with Python by default, so they will keep using get.py to update the toolchain and support binaries. Windows users have an "All point and click" installation option that requires only git and Arduino to be downloaded. Fingers crossed :)
-
me-no-dev authored
- get.exe is clickable and will soon download binary form of esptool, which will really simplify installation on Windows - get.py does not require any extra modules on Linux and Mac - ```pip install requests``` required only on Windows (if not using get.exe) - Paths are made relative to the file in order to make the windows executable clickable.
-
me-no-dev authored
-
Me No Dev authored
Change return value of UDP::endPacket() to match specifications Ref: https://github.com/espressif/arduino-esp32/issues/138
-
- 18 Jan, 2017 2 commits
- 17 Jan, 2017 1 commit
-
-
me-no-dev authored
-
- 16 Jan, 2017 1 commit
-
-
me-no-dev authored
-