Baruch Even
91cc6ff4f9
Avoid multiple instances of INADDR_NONE
...
By moving the definition from the header to the source we now only use
one instance for the entire app with a little saving in space.
2016-03-24 09:47:02 +02:00
Ivan Grokhotkov
633e48f3ae
Servo: use peripheral clock frequency when calculating FRC1 tick count ( #1789 )
2016-03-24 01:48:23 +03:00
Ivan Grokhotkov
3d3c928e2e
Enable heap poisoning only when debug options are enabled ( #1800 )
2016-03-24 01:34:25 +03:00
Ivan Grokhotkov
19e97bfe15
Fix WiFiUDP::peek return value when buffer is empty ( #1796 )
2016-03-24 01:21:29 +03:00
Ivan Grokhotkov
213914e1ce
Fix undefined behaviour in WiFiServer::setNoDelay ( #1695 )
2016-03-24 01:14:48 +03:00
Ivan Grokhotkov
2bc6d6b4a2
Merge pull request #1795 from fape/1718_CaptivePortalAdvanced_fix
...
CaptivePortalAdvanced fix #1718
2016-03-24 01:01:16 +03:00
Ivan Grokhotkov
1a4adcc49e
Merge pull request #1804 from Jkillelea/patch-1
...
Spelling correction
2016-03-24 01:00:59 +03:00
Ivan Grokhotkov
1f87e795d9
Merge pull request #1781 from reiyawea/master
...
add CPOL setting
2016-03-24 01:00:34 +03:00
Ivan Grokhotkov
00429e833d
Merge pull request #1772 from gmag11/patch-2
...
Add more file types handling
2016-03-24 00:59:49 +03:00
Ivan Grokhotkov
67107ba19f
Merge pull request #1771 from gmag11/patch-1
...
Update index.html
2016-03-24 00:59:27 +03:00
Ivan Grokhotkov
9690678483
Merge pull request #1753 from jeremyalangreen/ssdp-fixes
...
Changed ssdp templates to include deviceType
2016-03-24 00:58:58 +03:00
Jacob Killelea
303af24467
Spelling correction in comments
2016-03-21 12:42:18 -07:00
reiyawea
66300700a2
Merge branch 'master' into master
2016-03-19 21:26:13 +08:00
fape
ed13edf47c
CaptivePortalAdvanced fix #1718
2016-03-18 22:44:45 +01:00
Ivan Grokhotkov
a14ae347e4
Fix buffer overflow in ESP8266WebServer::authenticate ( #1790 )
2016-03-18 23:33:35 +03:00
Jeremy Green
e54e387ca8
Merge remote-tracking branch 'esp8266/master' into ssdp-fixes
2016-03-16 10:54:52 -04:00
Jeremy Green
04deb7ee77
added comments for clarity
2016-03-16 10:54:12 -04:00
reiyawea
5bb3427c64
Merge branch 'master' into master
2016-03-16 19:47:37 +08:00
Ivan Grokhotkov
5227b32531
Accept both named constant and ADC channel number in analogRead ( #1766 )
2016-03-16 12:34:51 +03:00
reiyawea
66b68d4ada
add CPOL setting
2016-03-16 17:28:24 +08:00
gmag11
18d984a9aa
Add more file types handling
...
Add correct handling for *.json *.h *.html and *.ico
2016-03-14 14:00:57 +01:00
gmag11
9f2e173e84
Update index.html
...
Fix context menu due to wrong variable name "event" --> "e"
2016-03-14 13:57:07 +01:00
Ivan Grokhotkov
32c6176e24
Fix pulseIn ( #1072 , #1149 )
...
- fix return value on timeout
- add optimistic_yield to allow WiFi/network tasks to run
- use ccount instead of micros (which causes an integer division on every call)
2016-03-14 00:28:09 +03:00
Ivan Grokhotkov
652703ef41
Move micros, delayMicroseconds, millis to IRAM ( #1326 )
2016-03-13 23:00:53 +03:00
Ivan Grokhotkov
297bb17c53
Fix RF_MODE override
...
__get_rf_mode was declared but was not used
2016-03-13 22:42:51 +03:00
Ivan Grokhotkov
730764075e
Declare __get_adc_mode and __get_rf_mode with C++ linkage
...
Workaround for #1759 . Using extern "C" qualifiers in sketch breaks compilation in Arduino IDE 1.6.8.
2016-03-13 22:35:18 +03:00
Ivan Grokhotkov
9d4208ef3b
Merge pull request #1760 from urish/patch-2
...
Allow indefinite duration for `tone()`
2016-03-13 20:06:43 +03:00
Ivan Grokhotkov
cf47b4269e
Update installing.md to mention Arduino 1.6.8
2016-03-13 02:41:48 +03:00
Ivan Grokhotkov
bb6552aa19
Update README.md to mention Arduino 1.6.8
2016-03-13 02:40:25 +03:00
Ivan Grokhotkov
be98b35cb8
Merge pull request #1764 from esp8266/feature/size-report
...
Size reports for CI builds
2016-03-13 02:35:26 +03:00
Ivan Grokhotkov
fc60875e41
CI: add xtensa tools to PATH
2016-03-13 01:58:29 +03:00
Ivan Grokhotkov
d06549e86e
Use folds to improve readability of Travis logs
2016-03-13 01:56:21 +03:00
Ivan Grokhotkov
324c41fd7f
CI: print elf segment size info for example sketches
2016-03-13 01:44:33 +03:00
Uri Shaked
748f3f93fa
Fix crashes when using tone()
...
Mark `t1IntHandler()` with ICACHE_RAM_ATTR
2016-03-12 19:21:32 +02:00
Uri Shaked
4b55ee14ef
Allow indefinite duration for tone()
...
Bugfix: the `duration` parameter should be optional, per [`tone()`](https://www.arduino.cc/en/Reference/Tone ) docs.
2016-03-12 17:42:30 +02:00
jeremyalangreen
bd24fc21be
Merge branch 'master' into ssdp-fixes
2016-03-11 10:28:23 -05:00
Ivan Grokhotkov
5cec3345ad
Fix error in build script when library list is empty
2016-03-11 15:44:51 +03:00
Ivan Grokhotkov
54ae922037
Fix strstr return type
2016-03-11 09:55:12 +03:00
Ivan Grokhotkov
c3b33d5bab
Add missing pgmspace test file
2016-03-11 09:50:19 +03:00
Ivan Grokhotkov
d49024cfdf
Implement strstr_P, add pgmspace tests ( #1749 )
2016-03-11 09:47:49 +03:00
Ivan Grokhotkov
0a320b9fb5
Revert "Update interrupts to be masked when accessing flash ( #1388 )"
...
This reverts commit 6c37fee7a189371401e384834ab98ec1da226ff8.
2016-03-11 08:45:39 +03:00
Jeremy Green
c8d855c46d
Changed templates to include deviceType
...
Previously, the notify template and and response templates had a
hardcoded NT (or ST) of upnp:root device. They now include the
deviceType that is set in initialization.
2016-03-10 21:57:59 -05:00
Ivan Grokhotkov
a4e78b430f
Merge pull request #1750 from plerup/master
...
Update SoftwareSerial to version 3.1.0
2016-03-10 22:48:44 +03:00
Peter Lerup
6d33ea2cd0
Update SoftwareSerial to version 3.1.0
2016-03-10 18:28:20 +01:00
Ivan Grokhotkov
6c37fee7a1
Update interrupts to be masked when accessing flash ( #1388 )
2016-03-10 14:13:09 +03:00
Ivan Grokhotkov
6b0a117e3d
Move attachInterrupt and detachInterrupt into IRAM ( #1734 )
2016-03-10 13:44:56 +03:00
Ivan Grokhotkov
8d43c40311
Move some Servo functions into IRAM ( #1742 )
2016-03-10 13:24:14 +03:00
Ivan Grokhotkov
1692798860
Add more FS tests
...
Including a test for #1685
2016-03-10 13:03:38 +03:00
Ivan Grokhotkov
6a7551e1f0
Update SPIFFS to 82aeac6
...
Fixes duplicate files issue (#1685 )
2016-03-10 13:00:38 +03:00
Ivan Grokhotkov
d7078ed9b5
Merge pull request #1709 from narongrat/master
...
Update boards.txt for ThaiEasyElec's ESPino
2016-03-10 12:55:36 +03:00