Use SOURCE_CODE_URL rather than FIRMWARE_URL

This commit is contained in:
Richard Wackerbarth
2015-05-22 20:27:26 -05:00
parent 5ea139fd79
commit b5743d6927
5 changed files with 17 additions and 17 deletions

View File

@@ -8,5 +8,5 @@
#define BUILD_VERSION "1.1.0 dev"
#define STRING_DISTRIBUTION_DATE "2015-06-00 12:00"
// It might also be appropriate to define a location where additional information can be found
#define FIRMWARE_URL "http:// ..."
#define SOURCE_CODE_URL "http:// ..."
#endif