noobs: single quotes break json

This commit is contained in:
MilhouseVH 2016-05-20 09:54:45 +01:00
parent 2f86163b1b
commit 914971b955
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
NOOBS_HEX="2,3,4,5,6,7,8,9,d,e,f,10,11,12,14,19,0092,0093"
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS="'Pi Model','Pi Compute Module','Pi Zero'"
NOOBS_SUPPORTED_MODELS='"Pi Model","Pi Compute Module","Pi Zero"'
################################################################################
# setup build defaults

View File

@ -63,7 +63,7 @@
NOOBS_HEX="1040,1041,2082"
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS="'Pi 2','Pi 3'"
NOOBS_SUPPORTED_MODELS='"Pi 2","Pi 3"'
################################################################################
# setup build defaults