Advertisement
bikerjedi

error messages from Arduino

Feb 22nd, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Arduino: 1.8.19 (Mac OS X), Board: "Proffieboard V2, Serial + Mass Storage + WebUSB, SDCARD (SPI), 80 MHz, Smallest Code"
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:564:
  14. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:212:246: error: type/value mismatch at argument 1 in template parameter list for 'template<class ... REST> class TrConcat'
  15. 212 | TransitionEffectL<TrConcat<TrFade<2000>,AlphaL<HumpFlickerL<Red,10>,Bump<Int<0>,Int<4000>>>,TrFade<2950>,AlphaL<HumpFlickerL<Orange,15>,Bump<Int<0>,Int<5000>>>,TrFade<3000>,AlphaL<HumpFlickerL<White,20>,Bump<Int<0>,Int<6000>>>,TrBoing<1000,3>,EFFECT_PREON>>>(), "Speeder"},
  16. | ^~~~~~~~~~~~
  17. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:212:246: note: expected a type, got 'EFFECT_PREON'
  18. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:212:258: error: wrong number of template arguments (1, should be 2)
  19. 212 | TransitionEffectL<TrConcat<TrFade<2000>,AlphaL<HumpFlickerL<Red,10>,Bump<Int<0>,Int<4000>>>,TrFade<2950>,AlphaL<HumpFlickerL<Orange,15>,Bump<Int<0>,Int<5000>>>,TrFade<3000>,AlphaL<HumpFlickerL<White,20>,Bump<Int<0>,Int<6000>>>,TrBoing<1000,3>,EFFECT_PREON>>>(), "Speeder"},
  20. | ^~
  21. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:460:
  22. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/styles/transition_effect.h:17:7: note: provided for 'template<class TRANSITION, EffectType EFFECT> class TransitionEffectL'
  23. 17 | class TransitionEffectL {
  24. | ^~~~~~~~~~~~~~~~~
  25. In file included from /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/ProffieOS.ino:564:
  26. /Users/hectorcalzada/Desktop/PROFFIEOS/ProffieOS/config/Ezra_config.h:212:262: error: expected primary-expression before ')' token
  27. 212 | TransitionEffectL<TrConcat<TrFade<2000>,AlphaL<HumpFlickerL<Red,10>,Bump<Int<0>,Int<4000>>>,TrFade<2950>,AlphaL<HumpFlickerL<Orange,15>,Bump<Int<0>,Int<5000>>>,TrFade<3000>,AlphaL<HumpFlickerL<White,20>,Bump<Int<0>,Int<6000>>>,TrBoing<1000,3>,EFFECT_PREON>>>(), "Speeder"},
  28. | ^
  29. exit status 1
  30. Error compiling for board Proffieboard V2.
  31.  
  32.  
  33. This report would have more information with
  34. "Show verbose output during compilation"
  35. option enabled in File -> Preferences.
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement