/* * This file is part of EspruinoHub, a Bluetooth-MQTT bridge for * Puck.js/Espruino JavaScript Microcontrollers * * Copyright (C) 2016 Gordon Williams * * 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