0
0
mirror of https://github.com/Doodle3D/Doodle3D-API synced 2024-11-05 04:33:24 +01:00

Update README.md

This commit is contained in:
Casper Lamboo 2015-07-15 15:32:01 +02:00
parent a2e5ee2fe1
commit ca26e5681b

View File

@ -4,7 +4,8 @@ Doodle3D API for communication with the Doodle3D WiFi-Box
```javascript
import Doodle3DAPI from 'doodle3dapi';
var doodle3DAPI = new Doodle3DAPI(boxData.localip);
var localIP = "192.168.5.1";
var doodle3DAPI = new Doodle3DAPI(localIP);
doodle3DAPI.onconnect = function () {
};