Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 #25

Merged
merged 46 commits into from Mar 31, 2021
Merged

v4.0.0 #25

merged 46 commits into from Mar 31, 2021

Conversation

igolubic
Copy link
Member

[4.0.0] - 2021-03-31

Breaking changes

IoTaaP OS v4.0.0 introduces filesystem changes, bug fixes, various cosmetic changes and performance and usability improvements. Please read the
Official IoTaaP OS documentation to catch up easily.

Added

  • Implemented remote update trigger for devices
  • Implemented remote update trigger for devices in the group
  • Added development feature for monitoring free stack in internal tasks (disabled by default)
  • Added start() function, which now has to be called at the beginning in order to start IoTaaP OS

Changed

  • System will not start unitl start() function is called
  • Updated initial code (example)
  • Implemented internal FAT filesystem, SD is not mandatory to start the system. If SD is not present, logging and data backup will be disabled
  • Removed getUserParameter function. Custom parameters are not supported due to switching to internal FAT FS for configuration (better implementation of custom parameters will be implemented in the future releases)
  • CA certificate is now stored on internal filesystem, not on the SD card
  • SD card is not mandatory and file structure will be automatically created during the first boot (manual SD flashing is not required anymore)
  • Improved system logging and serial output

Fixed

  • IoTaaP hostname (during Web Configurator AP) is now generated from device MAC, and it is the same as the SSID
  • Fixed resetting synced time if WiFi connection is lost (now it will work with previously synced time)
  • Internal tasks performance optimizations

tomicacar and others added 30 commits March 10, 2021 07:58
Check/create directory tree at startup
- Bug report
- Feature request
- Pull request
…ling

Improvements/filesystem error handling
@igolubic igolubic self-assigned this Mar 31, 2021
@igolubic igolubic merged commit 695c4c5 into master Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants