Releases: insighio/insighioNode
Releases · insighio/insighioNode
v1.7.1
New features:
- support new boolean configuration "_MEAS_GPS_NO_FIX_NO_UPLOAD": if true, do not upload measurement if the is no GPS fix
- support new boolean configuration "_STORE_MEASUREMENT_IF_FAILED_CONNECTION": if true, in case of failed network connection the measurement is stored and uploaded in a future successful connection
Enhancements:
- in always-on scenarion, subtract uptime from the sleep period to increase probability of having an uploaded measurement at intervals closer to the defined configuration
Fixes:
- decrease parallel threads of webserver from 2 to 1
- minor fix when reading modem clock
v1.7.0
New Features:
- device hardware/software telemetry stats upload
- micropython 1.18+ support using build-in ADC reading calibrated by efuse
Enhancements:
- Quectel BG600: better handle MQTT disconnection
- re-enabled web server for ESP32S2
Binaries are generated using microfreezer v0.3 that supports python code minification
v1.6.2
v1.6.1
Enhancements
- store measurement in case of no active network connection
- set hard limit of 1000 stored messages in case of network unavailability
(binaries will be released for the upcomming v1.6.3 due to an issue in ADC metering of updated micropython firmware)
v1.6.0
New Features:
- first offical support of ESP32S3
- always-on scenario: support GPS always on
- always-on scenario: support signal quality reporting
- support IPv4/v6 configuration option for Cellular connections
- support configuration LTE-M option if modem supports it
Enhancements:
- WebUI: web server optimizations
- major refactoring in demo_scenario
- optimizations of MQTT implementation in case of failed transmissions (for Quectel BG600L)