ARDUINO IDE VERSION
Hello, Is there a specific ARDUINO version to compile and upload the firmware to an RUMBA board.
I can compile and upload the firmware with the ARDUINO 1.0.1 version (without any error/warning message)
I tried with the ARDUINO IDE 1.8.5 and I am getting a lot of compile messages like :
sketch\uimenu.h:1379:0: warning: "UI_MENU_PREHEAT_CNT" redefined
What do I need to get an error/warning free compilation ... (library, special setting , .....etc...)
Thank's for your help
René
I can compile and upload the firmware with the ARDUINO 1.0.1 version (without any error/warning message)
I tried with the ARDUINO IDE 1.8.5 and I am getting a lot of compile messages like :
sketch\uimenu.h:1379:0: warning: "UI_MENU_PREHEAT_CNT" redefined
What do I need to get an error/warning free compilation ... (library, special setting , .....etc...)
Thank's for your help
René
Comments
I use Arduino 1.8.x for development. 1.0.1 is quite old- Not sure if there are some incompatibilities.
Taille binaire du croquis : 180 596 octets (d'un max de 258 048 octets)
message with arduino 1.8.0 (same configuration.h and same directory)
The same firmare V0.9.3 was compiled with both REV 1.0.1 and 1.8.0.
Now I am using the firmire 1.0.0 and the compliation works fine and without any warning
Thank's for your time ....