33 Commits

Author SHA1 Message Date
wilberforce
41830f3659 fix ESP32 'Not connected to the internet' 2017-07-23 13:32:40 +12: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
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
wilberforce
821afc6210 remove ESP_LOG calls 2017-04-04 18:39:24 +12:00
Rhys.Williams
dde21f544c major update to bring ESP32 branch upto current master 1v91.381 2017-02-16 19:48:31 +13:00
Rhys.Williams
a8c025c9e4 remove arduino libs dependancy (spi commented out) 2017-02-16 17:42:48 +13:00
Rhys.Williams
7099b84468 Allow single byte read from flash so that save() works
Implement `wifi.save()` and `wifi.restore()` using inbuilt API (rather than save to flash like ESP8266)
2017-02-16 17:40:42 +13:00
kolban
e41040993c Initial files for the ESP32 environment. 2017-02-16 17:40:08 +13:00
Rhys.Williams
1db1205aaa get wifi startup working - default on fresh flash is AP mode 2017-01-12 18:35:35 +13:00
Rhys.Williams
bb3d7e7317 wifi save - work as per ESP8266 2017-01-12 17:34:55 +13:00
Rhys.Williams
a8208d17ac Remove ESP_LOG statements - change to jsWarn and jsError 2017-01-12 16:51:34 +13:00
Rhys.Williams
471e86ffcb remove arduino libs dependancy (spi commented out) 2017-01-10 21:33:05 +13:00
Rhys.Williams
947f552529 remove arduino libs dependancy (spi commented out) 2017-01-10 21:14:29 +13:00
Rhys.Williams
08dddc3eb6 more work on spi code, add E.getTemperature(); 2016-12-18 17:22:02 +13:00
Rhys.Williams
c17b486042 Updates for ESP-idf SDK 1.0 2016-12-05 16:44:04 +13:00
Rhys.Williams
9c99e9ff3a take out telnet as not yet working, port opens but no chars sent or recieved 2016-11-24 15:03:20 +13:00
Rhys.Williams
49a5a03d5e Remove unused wifi flash references 2016-11-24 12:22:36 +13:00
Rhys.Williams
58eee3d07d Allow single byte read from flash so that save() works
Implement `wifi.save()` and `wifi.restore()` using inbuilt API (rather than save to flash like ESP8266)
2016-11-24 12:09:34 +13:00
kolban
ad6dd5fbb0 Additional implementation of getDetails() and getStatus() 2016-11-01 19:15:42 -05:00
kolban
18fdf8dd32 Fix for becoming a station while also being an access point. 2016-10-30 13:06:41 -05:00
kolban
094d7ee644 Addition of wifi.stopAP() 2016-10-30 13:00:12 -05:00
kolban
2dfaf676b4 Addition of wifi.startAP 2016-10-30 10:50:27 -05:00
kolban
196139560c Addition of network scanning. 2016-10-30 00:34:33 -05:00
kolban
cdd17089fb Addition of wifi.on(sta_joined) and wifi.on(sta_left) 2016-10-19 22:55:35 -05:00
kolban
4fe2c91c08 Addition of wifi.on(connected) implementation 2016-10-19 22:36:14 -05:00
kolban
fe1f067e6b Addition of on(associated) logic. 2016-10-19 17:40:29 -05:00
kolban
618174a9c8 Implementation of wifi.on(disconnect) 2016-10-18 23:00:18 -05:00
kolban
8a37a74483 Progress on more network additions. 2016-10-12 00:16:36 -05:00
kolban
03e7e2c760 First pass at underlying network setup. 2016-10-11 20:03:19 -05:00
kolban
55a7664f37 Impl of wifi.getIp() and wifi.getStatus() 2016-10-11 19:01:25 -05:00
kolban
07eff2d5d9 Addition of callback handlers for connect and disconnect events. 2016-10-11 00:15:31 -05:00
kolban
9247b2f763 First steps in ESP32 WiFi. 2016-10-10 22:58:13 -05:00
kolban
565285410b Initial files for the ESP32 environment. 2016-10-09 22:53:20 -05:00