Remove duplicate declaration of P2916 (#5281)

P2916 (wallpaper source) is defined twice in the file: once statically and then again immediately after in an if/else statement. The latter is correct. Having it defined twice causes the phone to ignore the second declaration.
This commit is contained in:
Jason Kinner 2020-05-21 20:57:51 -04:00 committed by GitHub
parent 847d78cc40
commit 0e86cc4d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8099,7 +8099,8 @@
<!-- # Wallpaper Source. 0 - Default, 1 - Download, 2-USB(for GXP2140/2160/2170 only), 3 - Uploaded, 4 - Color Background -->
<!-- # Number: 0-4 -->
<!-- # Mandatory -->
<P2916>0</P2916>
<!-- # This is defined in if/else statement below. Commented out here to avoid duplicate declaration -->
<!-- <P2916>0</P2916> -->
<!-- # Wallpaper Server Path -->
<!-- # String -->