lanselambor
97f19afc7a
changed board name WIO_TRAKER_LTE to WIO_LTE
2017-08-03 13:50:47 +08:00
lanselambor
e8acb25c10
added neopixel module for WIO_TRACKER_LTE
2017-07-31 18:32:14 +08:00
wilberforce
41830f3659
fix ESP32 'Not connected to the internet'
2017-07-23 13:32:40 +12:00
MaBecker
ffbc6bd8f4
fix issue #753
2017-07-21 14:46:11 +02:00
MaBecker
fdda1059c5
fix issue #1037
...
fix found by @iotong
2017-07-21 12:41:59 +02:00
Gordon Williams
d504008aa8
1v93
...
Had to make a few changes to reduce flash usage on some parts where it's scarce.
Original Espruino Board -> No 'trace' function
Other 'low flash' boards -> No 'setXIndicator' functions
2017-07-10 15:31:27 +01:00
Gordon Williams
fda479779f
Fix dumping of an ArrayBuffer containing data (new ArrayBuffer([1,2,3]) isn't valid)
...
Fix setAdvertising regression where name would be lost after save() (fix #1193 )
2017-07-07 10:12:54 +01:00
Gordon Williams
a4268f8473
fix regression in NRF.setServices caused by recent fix for loading them at boot time
2017-07-06 15:31:29 +01:00
Standa Opichal
1e32a11e0a
Align getting sendData with its jsvUnLock
...
Both the sendData jsvObjectGetChild() and jsvUnLock() are in the
same `if (!connectionCloseNow)` code block.
2017-06-30 14:10:41 +02:00
Gordon Williams
9324e10f65
Puck.js: Added Puck.magTemp() function to get the magnetometer;'s temperature as well
2017-06-29 10:08:33 +01:00
Gordon Williams
2cdc519433
Don't draw font characters that are off the edge of the screen
2017-06-27 15:53:36 +01:00
Gordon Williams
e82b1dc3d0
remove ble_advertising library that could have been confusing matters
2017-06-26 18:42:04 +01:00
Gordon Williams
6ba7f5dc81
nRF52: Disable auto-whitelisting by default, add with ( fix #1187 )
2017-06-26 16:42:20 +01:00
Gordon Williams
bb6b318372
fix regression with setAdvertising(undefined)
2017-06-26 15:32:35 +01:00
Gordon Williams
ac2c253d6f
nRF52: Added BluetoothRemoteGATTServer.getSecurityStatus to check the status of the link
2017-06-26 15:12:45 +01:00
Gordon Williams
6e2e0b5139
nRF5x: NRF.findDevices will now throw an exception if no callback is supplied
2017-06-26 14:45:29 +01:00
Gordon Williams
6b024daabd
nRF5x: Add NRF.getAdvertisingData
...
nRF5x: Allow array of objects in NRF.setAdvertising (fix #1188 )
Fix internal vcbprintf JSON dumping
2017-06-26 13:00:27 +01:00
Gordon Williams
b8a718dbc7
Merge branch 'master' of github.com:espruino/Espruino
2017-06-26 10:39:15 +01:00
Standa Opichal
bb13604e6b
Added SocketType argument to net->createsocket() method.
2017-06-23 22:51:56 +02:00
Standa Opichal
cb98cd8405
Dropped NetCreateFlags in favor of SocketType
...
* SocketType declaration moved to network.h
2017-06-23 22:50:21 +02:00
Gordon Williams
3afb55e739
add getAdvertisingData
2017-06-23 16:57:36 +01:00
Gordon Williams
7cb2433d94
nRF52: Re-initialise services and HID after a save() ( fix #1185 )
2017-06-19 18:21:54 +01:00
Gordon Williams
5e16e890b6
BLE docs
2017-06-16 17:19:01 +01:00
Gordon Williams
8a98f53958
fix typo
2017-06-15 15:33:11 +01:00
Gordon Williams
a45aca0741
nRF5x: Fix when a 128 bit service shares the same 16 bit UUID
2017-06-12 16:15:30 +01:00
Gordon Williams
9c179b2421
tweaks, and improve wake and sleep docs
2017-06-12 14:54:12 +01:00
Gordon Williams
2c96ee4186
remove misc compile warnings
2017-06-09 11:54:10 +01:00
Gordon Williams
d335ba0e31
update docs
2017-05-12 16:01:00 +01:00
Gordon Williams
3aafa86a70
misc tweak to @wilberforce's code to just avoid reading in long filenames at all
2017-05-11 12:40:13 +01:00
wilberforce
6fc95d1e7f
Fat FS: closedir after readdir, FS errors should be catchable ( #1164 ), fs.statSync ( #1163 )
2017-05-11 12:37:55 +01:00
Gordon Williams
ac34dbd979
update docs. It seems the previous explanbation was confusing
2017-05-08 16:32:26 +01:00
Gordon Williams
fd3dffc79f
Puck.js: Add BluetoothRemoteGATTServer.startBonding to allow bonding to be initiated when Puck.js is a central
2017-05-08 15:03:47 +01:00
Gordon Williams
38cb9eab9f
Add Array.indexOf fromIndex support ( fix #162 )
2017-05-05 13:46:58 +01:00
Gordon Williams
20a4448891
add Socket.write docs on binary data
2017-05-05 11:48:47 +01:00
Gordon Williams
c09739f663
Remove duplicate JSON code and WiFi functions in reference, fix #1155
2017-04-29 19:02:51 +01:00
Gordon Williams
9d9f0177af
Ensure NetworkJS reports receive errors back correctly
2017-04-28 16:08:44 +01:00
Gordon Williams
06d2e88af3
Merge branch 'master' of github.com:espruino/Espruino
2017-04-28 10:37:13 +01:00
Gordon Williams
f00bd435c9
Fix regression causing multiple end/close callbacks when using standard TCP/IP socket client/server
2017-04-28 10:36:11 +01:00
Gordon Williams
e430538749
update Puck.capSense docs
2017-04-27 09:08:38 +01:00
wilberforce
897524388e
Merge branch 'master' into ESP32
2017-04-26 15:13:34 +12:00
Gordon Williams
17cec0e430
Fix locking error and assert fail for setAdvertising with array on non-release build
2017-04-25 12:35:55 +01:00
Gordon Williams
b99f33fb75
Ensure that specifying too many advertising UUIDs causes an exception, not a reboot ( #1150 )
2017-04-25 10:12:39 +01:00
Gordon Williams
469725db4a
Merge branch 'master' of github.com:espruino/Espruino
2017-04-24 12:20:13 +01:00
Gordon Williams
8ec31cff7a
fix broken formatting for code
2017-04-24 11:48:27 +01:00
Gordon Williams
5574d317b7
adjust neopixel docs - for whatever reason python's markdown hates code blocks with spaces in!
2017-04-24 11:45:29 +01:00
Uri Shaked
1cc1c1243c
nRF5x: Get RSSI of connection when in Central mode
2017-04-24 13:39:42 +03:00
wilberforce
0fb9ed1e21
suppress warnings, FatFS docs, suppress logging
2017-04-22 11:17:45 +12:00
Gordon Williams
8f8f0a0f71
Fix duplicate docs for ESP8266.ping - and broken ESP32 function (even though it's not implemented atm)
2017-04-21 08:20:23 +01:00
Gordon Williams
7097e156f0
remove un-needed ifdef that was overwriting docs for one about ESP32 ( #1145 )
2017-04-19 13:26:46 +01:00
Gordon Williams
dbaa11a6fb
fix self test after anode/cathode pins swapped in code
2017-04-19 10:17:48 +01:00