Up until now, I've been running my first printer-a TEVO Tarantula-with stock, unedited firmware, and I'm trying to implement some much needed changes. After a good amount of searching, then finally having to email the manufacturer, I now have a copy of-what I am assured is-the stock firmware for the printer. Problem is, I loaded that firmware into Arduino, hit 'verify,' and right off the bat, several errors showed up. I was able to Google and eliminate most of them, but I'm left with two errors that I can't find a fix for. They present as follows:
I've attached a copy of my ultralcd.cpp file if anyone wants to take a look at it and see if they can't find what's wrong. I need to get these errors cleaned up so I can modify the settings that need it and flash them onto my board. Let me know if I left any important information out and I'll provide it as soon as I can. Thanks!
sketch\ultralcd.cpp: In function 'void _lcd_babystep(int, const char*)': sketch\ultralcd.cpp:406:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (lcdDrawUpdate) lcd_implementation_drawedit(msg, ""); ^
I've attached a copy of my ultralcd.cpp file if anyone wants to take a look at it and see if they can't find what's wrong. I need to get these errors cleaned up so I can modify the settings that need it and flash them onto my board. Let me know if I left any important information out and I'll provide it as soon as I can. Thanks!