- 18 Dec, 2015 1 commit
-
-
Marcel Stör authored
I a discussion with @nickandrew (original author of updated sections) he agreed that we should rather link to *my* Docker image because it has fewer issues then the one currently referenced. The one we identified will soon be addressed.
-
- 06 Dec, 2015 2 commits
-
-
Marcel Stör authored
Update master README from dev branch
-
Nick Andrew authored
Given that the 0.9.5 and 0.9.6 versions of NodeMCU are deprecated, it is quite important that the updated README appears in the master branch. That's what people will see when they visit the repository page on github. This commit just squashes all recent dev-branch changes to README.md to get it updated ASAP in advance of pulling the entire dev branch into master. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
- 02 Dec, 2015 1 commit
-
-
Marcel Stör authored
-
- 01 Dec, 2015 3 commits
-
-
Terry Ellison authored
Remove adc.readvdd33() limitation.
-
Johny Mattsson authored
Added uart.alt(n) to swap to use alternate rx/tx lines.
-
Johny Mattsson authored
Make net.dns.resolve and net.dns work with an IP address as the hostname
-
- 28 Nov, 2015 1 commit
-
-
btsimonh authored
if n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15)
-
- 24 Nov, 2015 2 commits
-
-
Johny Mattsson authored
Merge Onewire changes from Master into Dev
-
Johny Mattsson authored
Make sntp.sync work with DNS hostnames
-
- 23 Nov, 2015 1 commit
-
-
TerryE authored
Master contained two OW changes one of which was already reimplemented in dev using the correct macros. The second was from hazarkarabay (f6d0c0c) that onewire_search() returns a device address vector even when no device is found. I've reimplemented this but using the correct index, rom_byte_number, rather than declaring a new temp index i.
-
- 22 Nov, 2015 2 commits
-
-
Arnim Läuger authored
Re-add detection of CR as newline. Fixes #784 and fixes #785.
-
devsaurus authored
-
- 20 Nov, 2015 1 commit
-
-
Arnim Läuger authored
Skip CR in interactive mode
-
- 19 Nov, 2015 5 commits
-
-
Terry Ellison authored
Order modules list alphabetically
-
Terry Ellison authored
Add reference to HX711 documentation to source
-
Marcel Stör authored
-
Marcel Stör authored
-
Ivan Lopez authored
-
- 18 Nov, 2015 4 commits
-
-
Terry Ellison authored
Support DS18S20 and fix negative temp handling
-
devsaurus authored
-
Ivan Lopez authored
-
Ivan Lopez authored
-
- 17 Nov, 2015 5 commits
-
-
Johny Mattsson authored
Ensure ld-provided port alias is properly aligned.
-
Johny Mattsson authored
Integrate an extra build step for PRs to build a special firmware
-
Johny Mattsson authored
Added fix from #750, to access the IP of a sender of a UDP packet, to fix SDK 1.4.0 compability.
-
Johny Mattsson authored
Allow to set content type in COAP (fix #658)
-
Johny Mattsson authored
-
- 16 Nov, 2015 2 commits
-
-
Nick Andrew authored
The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their temperature register alignment differs. Check the family code to choose the correct multiplier for both devices. Closes #610 Negative temperatures (less than 0°C) are returned as a sign-extended two's complement number. Subtract 0x10000 to recover the proper negative value. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Marcel Stör authored
Fixes #756
-
- 12 Nov, 2015 4 commits
-
-
Robert Foss authored
-
Johny Mattsson authored
Make ADC vs readvdd33 option user_config.h configurable for the init data, and made readvdd33 the default.
-
Robert Foss authored
-
Robert Foss authored
-
- 11 Nov, 2015 4 commits
-
-
Johny Mattsson authored
Fix sending CoAP UDP response using new SDK 1.4.0
-
Łukasz Oleś authored
-
Johny Mattsson authored
Better timings for WS2812 (measured 345ns/695ns, instead of 340ns/600ns)
-
Vowstar authored
Update function wifi.sleep
-
- 10 Nov, 2015 2 commits
-
-
Łukasz Oleś authored
-
Terry Ellison authored
Fix to do TCP port number randomization at boot.
-