Error:
test.ino:8:2: error: incompatible types in assignment of 'const char [6]' to 'char [10]'
incompatible types in assignment of 'const char [6]' to 'char [10]'
test.ino: In function 'void loop()':
test.ino:7:4: error: incompatible types in assignment of 'const char [6]' to 'byte [6] {aka unsigned char [6]}'
incompatible types in assignment of 'const char [6]' to 'byte [6] {aka unsigned char [6]}'.