meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
74 stars 36 forks source link

Code optimizations #8

Closed sachaw closed 3 years ago

sachaw commented 3 years ago

Main change: implement debugLog function to eliminate the constant SettingsManager.debugMode checks. Plus several shorthand optimizations and consistency fixes. current minified bundle sitting at 87.1kb Please review these changes before merging, due to the large number of changes, likely something broke.