Teacup_Firmware.ino: add a hint to Configtool.

This commit is contained in:
Markus Hitter 2016-11-19 10:24:51 +01:00
parent 417d519ca5
commit 85fc7f86f4
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
/*
The existence of this file makes sources buildable with the Arduino IDE.
The existence of this file makes sources buildable with the Arduino IDE.
While Teacup can be built and uploaded using Arduino IDE, please consider
using Configtool for this task. Configtool not only allows printer
configuration in a GUI, it also builds smaller and faster binaries. Build
and upload functions can be found in the main menu there.
*/