forked from espruino/EspruinoHub
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.js
18 lines (17 loc) · 768 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* This file is part of EspruinoHub, a Bluetooth-MQTT bridge for
* Puck.js/Espruino JavaScript Microcontrollers
*
* Copyright (C) 2016 Gordon Williams <[email protected]>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* ----------------------------------------------------------------------------
* Entrypoint
* ----------------------------------------------------------------------------
*/
require("./lib/status.js").init(); // Enable Status reporting to console
require("./lib/config.js").init(); // Load configuration
require("./lib/discovery.js").init(); // Enable Advertising packet discovery