You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
180 B
8 lines
180 B
8 years ago
|
#ifndef USER_MAIN_H_H
|
||
|
#define USER_MAIN_H_H
|
||
|
|
||
|
#define FIRMWARE_VERSION "0.4"
|
||
|
#define TERMINAL_GITHUB_REPO "https://github.com/MightyPork/esp-vt100-firmware"
|
||
|
|
||
|
#endif //USER_MAIN_H_H
|