ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
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.
|
#ifndef USER_MAIN_H_H
|
|
#define USER_MAIN_H_H
|
|
|
|
#define FIRMWARE_VERSION "0.6.7+" GIT_HASH
|
|
#define TERMINAL_GITHUB_REPO "https://github.com/MightyPork/esp-vt100-firmware"
|
|
|
|
#endif //USER_MAIN_H_H
|
|
|