This release introduces a fix to the Remote Sketchbook push and pull operations.
When creating SECRET
fields in the Web IDE or through IoT Cloud Sketch generation, the values would be pulled and a file arduino_secrets.h
created, but such file was not included in the main .ino
file.
Fixed
- Updated to 2.0.0-beta.9 [40a73af]
- Include
arduino_secrets.h
when needed, remove orphanCR
character produced at every push-pull operation (#438) [461ca06]
Known issues
Full Changelog: 2.0.0-beta.8...2.0.0-beta.9