- 06 Feb, 2015 1 commit
-
-
Lukas Schauer authored
This allows setting the path to esptool.py as an option on make, allowing the use of alternative tools, or modified esptool.py versions.
-
- 04 Feb, 2015 1 commit
-
-
funshine authored
-
- 03 Feb, 2015 9 commits
-
-
Vowstar authored
Fixes BIT_RATE typo's so 9600 isn't defined 3 times
-
Simon John authored
-
Vowstar authored
Cle69 patch 1
-
cle69 authored
Add Bit Rate 1200,2400,4800
-
cle69 authored
Add Baudrate 1200, 2400,4800
-
Vowstar authored
Fixed DS18B20 handling because of new floating point handling
-
Vowstar authored
Add support for NodeMCU with float point in the example
-
Vowstar authored
Support for versions of NodeMCU with float point
-
Vowstar authored
Add support multiple subscriptions, resolve nodemcu/nodemcu-firmware#152
-
- 02 Feb, 2015 3 commits
-
-
Tuan PM authored
-
Javier Yáñez authored
-
Javier Yáñez authored
Read error is indicated with humidity = nil
-
- 01 Feb, 2015 1 commit
-
-
Tobias Mädel authored
Hi, because of the new floating point API, the old ds18b20 code returns strange values like "19.8250.8250". This change fixes that. Best regards, Tobias
-
- 31 Jan, 2015 9 commits
-
-
-
-
Vowstar authored
yet another bmp085 module added
-
Vowstar authored
fixes nodemcu/nodemcu-firmware#155 lwt qos, retain
-
Vladimir Dronnikov authored
-
Vladimir Dronnikov authored
-
Tuan PM authored
-
-
HuangRui authored
-
- 30 Jan, 2015 11 commits
-
-
Vowstar authored
BH1750 Module merge
-
Martin Han authored
Followed Vladimir Dronnikov's advices.
-
-
Vowstar authored
Update to MarsTechHAN's nodemcu-firmware
-
Martin Han authored
-
Martin Han authored
-
Martin Han authored
-
Martin Han authored
-
Martin Han authored
-
Martin Han authored
This reverts commit 3c2288cc.
-
Martin Han authored
-
- 29 Jan, 2015 2 commits
-
-
HuangRui authored
* dsleep( us, option ) Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST. ** us: Integer time to sleep. if us = 0, it will sleep forever. ** option: Integer option=0, init data byte 108 is valuable; option>0, init data byte 108 is valueless. More details as follows: 0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108. 1, RF_CAL after deep-sleep wake up, there will belarge current. 2, no RF_CAL after deep-sleep wake up, there will only be small current. 4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current.
-
Vowstar authored
new sleep set options added (from 0.9.5 sdk)
-
- 28 Jan, 2015 3 commits
-
-
alonewolfx2 authored
usage: -- no wakeup until rst pin to low node.dsleep(0) -- 4 mean no RF after deepsleep. node.dsleepsetoption(4)
-
zeroday authored
IR send module added by @dvv
-
Vladimir Dronnikov authored
-