Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Update sming and esptool #32

Merged
merged 2 commits into from
Mar 9, 2018
Merged

Conversation

mweinelt
Copy link
Contributor

@mweinelt mweinelt commented Mar 9, 2018

Fixes the include path issue for the Arduino Sensor library blocking #31.

Tested using the example-bme280 device on a nodemcu v3 with a bme280 sensor.

mweinelt added 2 commits March 9, 2018 16:28
Changes from previous version:
31828f0 (origin/develop, origin/HEAD, develop) Better support for libraries that rely on Adafruit_Sensor. (#1344)
b6c6237 Fixed memory leak in HttpRequest. (#1342)
3685b6f Preparation for release 3.5.1. (#1334)
4e24d53 Rebase/1305 (#1335)
b4acb51 Unified the stream classes (#1332)
9fa7b5f Updated axtls to 0c3a9f7 (#1329)
65b9167 Separated the messages into debug, warning and errors. Decreases the … (#1327)
5339bd0 Added linker flags to allow the use of custom crash handlers. (#1326)
79ec380 Fixed default options causing issues with using GPIO_ENABLED rBoot. (#1325)
80db7f7 Reorganization: Moved the tools under tools/ folder. (#1322)
35ec0fa Memory Optimization: Move C++ vtables into IRAM, out of HEAP. (#1320)
58f0214 Added support for Arduino libraries which have their source code stored under `src` folder. (#1319)
e305e04 Updated SDK 2.0 download url. (#1315)
fc9bf93 Make sed -r work on FreeBSD. (#1298)
41d5a2c HardwareSerial: Fix for zero availableCharsCount in callback if there are more than 15 chars available. (#1307)
ddf18cc Adds Cygwin32 build support (#1306)
ee2b5c0 Modified libemqtt & MqttClient to allow the publishing of binary messages (#1300)
Changes from previous version:
ee00d84 (HEAD, origin/master, origin/HEAD, master) Whitespace PEP8 fix
da31d9d (tag: v2.3.1) Fix printing misformatted features on ESP8266, crashing on ESP8285
4bd8975 (tag: v2.3) Version 2.3
b4d0182 esptool: Add new "Features" line to esptool summary output
f565a9e espefuse: Add BLK3_PART_RESERVE support & VRef display (read-only)
b202790 Add note to "Hard resetting..." message about RTS pin
e9c743c README: Document erase_flash & erase_region commands
ee5e6b4 Update contributions guides, add Issue & Pull Request templates
8a8b32a Allow ESPLoader() constructor to be called with unicode string on Python 2
da43b73 Set version to 2.3-dev
200ab6e (tag: v2.2.1) Release version v2.2.1
2ec0bc0 serial port: Set timeout before writing command, only if changed
b941991 Merge branch 'bugfix/zerolength_files'
23b8665 Travis: Reduce verbosity when downloading ESP8266 SDK & ESP-IDF for stub builds
54f7e69 (origin/bugfix/travis_caching) Travis: Print each setup step as it runs
7c7deaf Travis: Reduce standard output from downloading/untarring toolchains
da11c52 Travis: Add Python 3.6
1b3c105 travis: Disable caching of toolchains, SDKs
4535adb tests: Add test case for single byte files
3b28322 Fix crash when write_flash passed an empty file
edff8f2 README: Fix typo
236db9a README: Add note about "dialout" group on Linux
234cf66 README: Add link to Remote Serial Ports wiki page
2e9c085 Bump version to v2.3-dev
62d17b9 Merge pull request #251 from me21/master
bf2ae51 Fix using esptool with non serial.Serial instances (i.e. RFC2217, etc.)
@fooker fooker merged commit dfa0670 into esper-hub:develop Mar 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants