- 28 Jan, 2017 12 commits
-
-
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 6 commits
-
-
me-no-dev authored
-
me-no-dev authored
-
Murat Ambarkutuk authored
* Add brief explanation about app_main() function * Update README.md The proposed sentence is restated in a more clear way. * Fix typo
-
Sandeep Patil authored
* created board defination and pin layout for hornbill dev and minima * change in pin mapping
-
tobozo authored
Added a new requirement ( pip install request ) and some logic to get it working, I won't blame you if you reject this PR but this is what made it work on my machine
-
Angus Gratton authored
-
- 09 Jan, 2017 4 commits
- 05 Jan, 2017 2 commits