Skip to content

Mongoose OS 2.2

Compare
Choose a tag to compare
@rojer rojer released this 14 May 17:01
· 621 commits to master since this release

New features

  • IBM Watson IoT Platform support: mos watson-iot-setup, watson library, RPC channel support (mos call --port watson://...). See library README for details.
  • mos debug-core-dump, automatic core dump analysis from mos console: cesanta/mos-tool@9991c58
  • Multiple WiFi station configurations (see here)
  • Implement JS apply()

Fixes and minor changes

  • Fix timezone support on ESP8266
  • CC3220: Speed up first boot after flashing
  • CC3220: Fix wifi scan
  • CC32xx: Support WiFi channels 12-14
  • mos: Increase default RPC timeout to 20s
  • mos: Don't fail GCP setup if rpc-mqtt is not there
  • Fix a bug in mgos_uart_config_set_tx_params
  • ESP32 IDF update to espressif/esp-idf@22fbcd2
  • Fix a leak in mgos_azure_send_d2c_msgf
  • WiFi: Fixed WiFi reconnect timeout handling
  • rpc-service-wifi: Add BSSID to Wifi.Scan results, change result to array
  • dns-sd: Fix name comparison
  • mjs: Allow null as char and void pointers in FFI
  • Fix issues with JS SPI bindings
  • Add shadow.ota_enable knob, per AWS request
  • Improve OTA progress reporting
  • ESP32: Disable WiFi power saving for now
  • Add timeout field to OTA.Update
  • Update ESP8266 SDK to fix WiFi regression