Advertisement
Guest User

Untitled

a guest
Nov 5th, 2022
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. In file included from C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\ProffieOS.ino:563:
  2. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:49:1: error: 'OS6' was not declared in this scope
  3. 49 | OS6.7 v4.0181
  4. | ^~~
  5. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:49:4: error: expected '}' before numeric constant
  6. 49 | OS6.7 v4.0181
  7. | ^~
  8. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:45:1: note: to match this '{'
  9. 45 | {"Ronin;common","Ronin/tracks/Ronin.wav",
  10. | ^
  11. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:49:4: error: expected '}' before numeric constant
  12. 49 | OS6.7 v4.0181
  13. | ^~
  14. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:40:20: note: to match this '{'
  15. 40 | Preset presets[] = {
  16. | ^
  17. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:49:4: error: 'Preset' has no non-static data member named 'https'
  18. 49 | OS6.7 v4.0181
  19. | ^~
  20. In file included from C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\ProffieOS.ino:563:
  21. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:69:1: error: expected declaration before '}' token
  22. 69 | },
  23. | ^
  24. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:69:2: error: expected unqualified-id before ',' token
  25. 69 | },
  26. | ^
  27. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:73:1: error: expected unqualified-id before '{' token
  28. 73 | {"Bandit;common","Bandit/tracks/Bandit.wav",
  29. | ^
  30. In file included from C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\ProffieOS.ino:563:
  31. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:97:2: error: expected unqualified-id before ',' token
  32. 97 | },
  33. | ^
  34. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:101:1: error: expected unqualified-id before '{' token
  35. 101 | {"Quigon;common","Quigon/tracks/Quigon.wav",
  36. | ^
  37. In file included from C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\ProffieOS.ino:563:
  38. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:125:2: error: expected unqualified-id before ',' token
  39. 125 | },
  40. | ^
  41. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:130:1: error: expected unqualified-id before '}' token
  42. 130 | };
  43. | ^
  44. C:\Users\graha\Desktop\Proffie\ProffieOS\ProffieOS\config\mysaber_config.h:130:1: error: expected declaration before '}' token
  45.  
  46. exit status 1
  47.  
  48. Compilation error: 'OS6' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement