Skip to content

Fixed wrong capitalization in JSON output for 'lib' related commands #129

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

Closed
wants to merge 2 commits into from

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Jan 16, 2019

before:

{
   "libraries" : [
      {
         "Name" : "AudioZero",
         "Releases" : {
            "1.0.0" : {
               "Paragraph" : "With this library you can use the Arduino Zero DAC outputs to play audio files.<br />The audio files must be in the raw .wav format.",
               "Category" : "Signal Input/Output",
               "Types" : [
                  "Arduino"
               ],
               "Website" : "http://arduino.cc/en/Reference/Audio",
               "Version" : "1.0.0",
               "Architectures" : [
                  "samd"
               ],
               "Sentence" : "Allows playing audio files from an SD card. For Arduino Zero only.",
               "Resource" : {
                  "ArchiveFileName" : "AudioZero-1.0.0.zip",
                  "CachePath" : "libraries",
                  "Size" : 4962,
                  "URL" : "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.0.zip",
                  "Checksum" : "SHA-256:0bc3847eab13222c53ff5ab094dcd92f8b293ba897ffccd457e5b68b5d1e8117"
               },
               "Author" : "Arduino",
               "Maintainer" : "Arduino <[email protected]>"
            },

after:

{
   "libraries" : [
      {
         "name" : "AudioZero",
         "releases" : {
            "1.0.0" : {
               "types" : [
                  "Arduino"
               ],
               "author" : "Arduino",
               "architectures" : [
                  "samd"
               ],
               "maintainer" : "Arduino <[email protected]>",
               "sentence" : "Allows playing audio files from an SD card. For Arduino Zero only.",
               "category" : "Signal Input/Output",
               "version" : "1.0.0",
               "website" : "http://arduino.cc/en/Reference/Audio",
               "resource" : {
                  "archiveFileName" : "AudioZero-1.0.0.zip",
                  "url" : "http://downloads.arduino.cc/libraries/github.com/arduino-libraries/AudioZero-1.0.0.zip",
                  "cachePath" : "libraries",
                  "checksum" : "SHA-256:0bc3847eab13222c53ff5ab094dcd92f8b293ba897ffccd457e5b68b5d1e8117",
                  "size" : 4962
               },
               "paragraph" : "With this library you can use the Arduino Zero DAC outputs to play audio files.<br />The audio files must be in the raw .wav format."
            },

@cmaglie cmaglie added this to the next alpha preview milestone Jan 16, 2019
@ArduinoBot
Copy link
Contributor

✅ Build completed.

⬇️ Linux 64: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-37-PR129-linux64.tar.bz2

⬇️ Linux 32: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-37-PR129-linux32.tar.bz2

⬇️ Linux ARM: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-37-PR129-linuxarm.tar.bz2

⬇️ Windows: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-37-PR129-windows.zip

⬇️ OSX: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-37-PR129-osx.zip

ℹ️ To test this build:

  1. Just replace arduino-cli binary with the provided one

@cmaglie
Copy link
Member Author

cmaglie commented Feb 20, 2019

Closing as won't fix.

@cmaglie cmaglie closed this Feb 20, 2019
@cmaglie cmaglie deleted the fix-lib-json branch February 20, 2019 18:42
per1234 pushed a commit that referenced this pull request Nov 16, 2020
…Thing

Integrate ArduinoCloudThing with ArduinoIoTCloud
per1234 added a commit that referenced this pull request Aug 9, 2021
Suppress innocuous error message from tag determination
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.

2 participants