wilberforce
9b3cca7f55
restore wifi settings from Storage .wificfg
2018-12-15 12:40:09 +13:00
wilberforce
84266ab380
wifi.save() to Storage .wificfg
2018-12-14 17:23:41 +13:00
jumjum123
ca9fe12668
Switch taskhandling off during writing data in jswrap_io_shiftOut
...
This avoids flickering in last line of RGB Matrix
Changes to be committed:
modified: src/jswrap_io.c
2018-12-12 13:13:02 +01:00
jumjum123
d58f2f6e03
Changed assignment of data pin.
...
No information from Espressif about the difference.
Anyway it works with my 8*8 led matrix
Changes to be committed:
modified: targets/esp32/esp32_neopixel.c
2018-12-12 13:03:35 +01:00
jumjum123
d57c55d9a4
Add esp_wifi_connect() at the end of jswrap_wifi_connect
...
Changes to be committed:
modified: libs/network/esp32/jswrap_esp32_network.c
2018-12-12 12:57:40 +01:00
jumjum123
7878845a0e
Added function to translate wifi events and wifi errors to string.
...
Changed some debugs to use these functions
Added jsDebugs in connect function to better recognize sequence of calls and events
Changes to be committed:
modified: libs/network/esp32/jswrap_esp32_network.c
2018-12-12 10:53:48 +01:00
Gordon Williams
750aa69cd4
pixl.js docs
2018-12-11 15:24:01 +00:00
Gordon Williams
571d4472fb
Update the included JS libraries
2018-12-11 10:34:11 +00:00
Gordon Williams
74a65e6e2d
Now escape chars <8 as octal, and add escape of vertical tab
2018-12-11 10:04:55 +00:00
Gordon Williams
124cdc2784
Add setNBCellOn for RAK8211-NB ( fix #1581 )
2018-12-10 10:52:11 +00:00
Gordon Williams
96a87dd77a
Merge pull request #1582 from espruino/ESP32-V3.1
...
esp32: fix conect issues
2018-12-10 10:24:37 +00:00
wilberforce
18ceea774b
ESP32: fix wifi connect issues
2018-12-10 17:16:05 +13:00
wilberforce
1bf4ac5522
Merge branch 'ESP32-V3.1' of https://github.com/espruino/Espruino into ESP32-V3.1
2018-12-09 17:52:35 +13:00
wilberforce
d0077bf498
add debug to wifi events
2018-12-08 13:44:15 +13:00
wilberforce
a8f991c8c2
Merge branch 'ESP32-V3.1' of https://github.com/espruino/Espruino into ESP32-V3.1
2018-12-06 18:52:16 +13:00
Gordon Williams
b10d1948ae
Merge branch 'master' of github.com:espruino/Espruino
2018-12-04 14:52:12 +00:00
Gordon Williams
52142789bc
attempt to fix microbit analog inputs
2018-12-04 14:50:45 +00:00
Gordon Williams
9ece84c680
Merge pull request #1579 from espruino/ESP32-V3.1
...
ESP32: Make wifi connect more robust
2018-12-03 08:23:22 +00:00
wilberforce
1e4e43e680
Merge branch 'ESP32-V3.1' of https://github.com/espruino/Espruino into ESP32-V3.1
2018-12-03 18:53:51 +13:00
wilberforce
589ef6fe79
Make wifi connect more robust
2018-12-03 18:52:06 +13:00
Gordon Williams
df8a910c93
Merge branch 'master' of github.com:espruino/Espruino
2018-11-30 14:23:06 +00:00
Gordon Williams
37b27a8e68
Ensure scope is saved for Class constructors ( fix #1576 )
2018-11-30 14:22:56 +00:00
Gordon Williams
12cd2d2af5
Merge pull request #1575 from IrregularShed/patch-1
...
Remove insecure (redundant) jQuery reference
2018-11-29 14:58:53 +00:00
Steve Anderson
32af500a53
Remove insecure (redundant) jQuery
2018-11-29 14:42:50 +00:00
Gordon Williams
381355340d
Explicitly mention Espruino not supporting CASE after DEFAULT in error ( fix #1570 )
2018-11-27 10:58:03 +00:00
Gordon Williams
52c594a0a1
nRF5x: Fix NRF.setConnectionInterval when there's no connection ( fix #1546 )
2018-11-26 17:36:59 +00:00
Gordon Williams
843ac8ea4b
nRF52: Jump out of low power mode after less BLE activity (2 reads/writes in 10 radio packets) ( #1546 )
2018-11-26 17:31:03 +00:00
Gordon Williams
76f52574e4
ignore dev libs
2018-11-26 17:26:49 +00:00
Gordon Williams
fde83a6057
nRF52: Ensure Bluetooth stack doesn't do a reboot for non-fatal errors (just report them to console)
...
BluetoothRemoteGATTServer.disconnect now returns a Promise
2018-11-26 17:25:13 +00:00
Gordon Williams
b0ea012c82
Allow built-in objects to be created with new X()
2018-11-23 12:28:30 +00:00
Gordon Williams
04073feced
nRF52: Fix some regressions in requestDevice (flagged up by asserts in debug build)
2018-11-22 17:05:17 +00:00
Gordon Williams
17059134bb
Fix parsing of dates from before 1970
2018-11-20 08:34:02 +00:00
Gordon Williams
92d5e8ebb0
Add E.dumpFragmentation to show memory fragmentation (only for debug builds)
2018-11-20 08:24:26 +00:00
Gordon Williams
ec63efe98f
Merge branch 'master' of github.com:espruino/Espruino
2018-11-16 13:49:51 +00:00
Gordon Williams
5504ae72b5
Reduce available hardware SPI/I2C instances to 1 on nRF52 (since this is all we implement atm)
2018-11-16 13:49:13 +00:00
Gordon Williams
7edd2ca8d0
Merge pull request #1569 from espruino/ESP8266_fix1568
...
Remove HACK to get around SDK 1.4 bug (fix #1568 )
2018-11-15 15:41:16 +00:00
MaBecker
c16ccac2e5
Remove HACK to get around SDK 1.4 bug ( fix #1568 )
2018-11-15 16:16:30 +01:00
Gordon Williams
939b95d6ea
Merge pull request #1566 from espruino/MaBecker-patch-3
...
add ESP8266 (fix #1563 )
2018-11-15 08:34:09 +00:00
Gordon Williams
4c7f781c94
Merge pull request #1565 from espruino/MaBecker-patch-2
...
add ET_FM
2018-11-15 08:33:57 +00:00
Gordon Williams
3ade31b83f
Merge pull request #1564 from espruino/MaBecker-patch-1
...
add ET_FM
2018-11-15 08:33:36 +00:00
Mark Becker
9d546ebc2c
add ESP8266 ( fix #1563 )
2018-11-14 23:06:24 +01:00
Mark Becker
fb2f04dc28
add ET_FM
2018-11-14 23:01:42 +01:00
Mark Becker
a66381c889
add ET_FM
2018-11-14 22:59:32 +01:00
Gordon Williams
ee3662a859
Merge pull request #1561 from hellprototypes/patch-1
...
fix error String.length value for native string
2018-11-14 08:02:54 +00:00
Gordon Williams
74b5462094
make create_zip use provision ALL
2018-11-13 13:11:15 +00:00
Gordon Williams
80db15bd61
add low memory warning if file allocation fails
2018-11-13 13:10:36 +00:00
Gordon Williams
3181565262
fix invalid extra iterations caused by recent 0960a88376c37f60884f9a4e6f39c55e33e88581
2018-11-13 13:07:29 +00:00
Gordon Williams
01924f0902
fix flatstring allocation regression caused by recent changes
2018-11-13 13:00:00 +00:00
Gordon Williams
e0771fda3c
nrf52
2018-11-13 12:25:19 +00:00
Gordon Williams
0c90378032
finally add Dockerfile that works for everyone - fix #1543
2018-11-13 12:23:34 +00:00