- 22 Aug, 2017 2 commits
-
-
Marcel Stör authored
A delay is required between `setup` and reading from sensor. Fixes #1994.
-
Marcel Stör authored
Fixes #2039
-
- 17 Aug, 2017 1 commit
-
-
Nathaniel Wesley Filardo authored
Use as 'make WRAPCC="ccache"', for example.
-
- 16 Aug, 2017 4 commits
-
-
Nathaniel Wesley Filardo authored
-
Marcel Stör authored
-
Lukáš Voborský authored
-
fetchbot authored
* add ds18b20 module * add intitial eeprom value definition * adjust read() function and address handling
-
- 05 Aug, 2017 4 commits
-
-
Terry Ellison authored
Comment out pmsleep and timer_suspend options in user_config.h
-
dnc40085 authored
-
dnc40085 authored
for master drop
-
wolfg authored
-
- 31 Jul, 2017 1 commit
-
-
Johny Mattsson authored
Unaligned loads are a no-no on many architectures, the ESP8266 included.
-
- 18 Jul, 2017 1 commit
-
-
Philip Gladstone authored
* Improve RTC timekeeping -- includes clock rate tracking * Improved division by 1M * Fix crash in sntp * Disable RTC debug * Get the offset correct * Add comments on where the mysterious numbers came from * Fix a crash with auto repeat mode and errors on repeat
-
- 12 Jul, 2017 1 commit
-
-
Johny Mattsson authored
Fix the SPIFFS blocksize issues
-
- 08 Jul, 2017 2 commits
- 07 Jul, 2017 1 commit
-
-
philip authored
-
- 05 Jul, 2017 1 commit
-
-
Johny Mattsson authored
-
- 04 Jul, 2017 1 commit
-
-
Johny Mattsson authored
Sjson undefined symbol fix
-
- 03 Jul, 2017 2 commits
-
-
Johny Mattsson authored
- Move jsonsl build to regular library build rather than #include the .c file - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
-
Johny Mattsson authored
From what I can tell they *should* be harmless, but I'd rather we keep a neat house in the first place.
-
- 01 Jul, 2017 2 commits
-
-
Marcel Stör authored
-
Gregor Hartmann authored
* fix 2007 Call callback in all cases, call callback with errorcode -1 if no connection could be establioshed * change logging from ERR to DEBUG * make debug output more clear (hopefully) * add handling of errors to docs, note error handling on every call instead of only in the main documentation
-
- 29 Jun, 2017 1 commit
-
-
dnc40085 authored
-
- 28 Jun, 2017 1 commit
-
-
dnc40085 authored
-
- 27 Jun, 2017 1 commit
-
-
Marcel Stör authored
-
- 25 Jun, 2017 1 commit
-
-
Arnim Läuger authored
-
- 20 Jun, 2017 1 commit
-
-
https://github.com/espressif/esp-idf/issues/631Arnim Läuger authored
* backport fix for https://github.com/espressif/esp-idf/issues/631 * remove code from intermediate fix
-
- 19 Jun, 2017 1 commit
-
-
Terry Ellison authored
-
- 18 Jun, 2017 1 commit
-
-
Philip Gladstone authored
* Only handle errors if we have not parsed a complete object * Fix typo which means that \n was not an ending character
-
- 25 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 24 May, 2017 1 commit
-
-
dnc40085 authored
-
- 21 May, 2017 6 commits
-
-
dnc40085 authored
-
dnc40085 authored
* Add event callbacks to wifi.sta.config() and wifi.ap.config() and more Added option to register event callbacks during configuration of both station and AP. Added option to register event callbacks to `wifi.sta.connect()` and `wifi.sta.disconnect()` * Add note about event registration to wifi module documentation Other minor changes to wifi documentation are also included * Add more detail to documentation for wifi.sta.config()
-
dnc40085 authored
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue #1893
-
Arnim Läuger authored
-
Philip Gladstone authored
-
Arnim Läuger authored
-
- 16 May, 2017 1 commit
-
-
Arnim Läuger authored
* align 8MB and 16MB auto flash support with sdk 2.1.0 * remove SAFE_API * fix flash size mismatch detection logic
-
- 15 May, 2017 1 commit
-
-
dnc40085 authored
-