aethaniel / ExperimentalCore-sam

Experimental new core for Arduino Due and other Atmel SAM boards
GNU Lesser General Public License v2.1
16 stars 10 forks source link

Fix json template #56

Closed AloyseTech closed 7 years ago

AloyseTech commented 7 years ago

Issue : Arduino IDE fail to parse the json file Skipping contributed index file /Users/[user]/Library/Arduino15/package_ExperimentalCore-sam_0.2.0_osx_index.json, parsing error occured:com.fasterxml.jackson.databind.JsonMappingException: Unexpected character (']' (code 93)): expected a valueat [Source: java.io.FileInputStream@5d6652d0; line: 31, column: 12] (through reference chain: ContributionsIndex["packages"]->java.util.ArrayList[0]->ContributedPackage["platforms"]->java.util.ArrayList[0]->ContributedPlatform["boards"])

Fix : removing the extra comma in the boards list