Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0012c92c4a | ||
|
|
0e8af5712b |
@@ -48,6 +48,16 @@ can be read on the About page of the demo).
|
|||||||
- Static IP, DHCP, channel selection, power
|
- Static IP, DHCP, channel selection, power
|
||||||
- SSID search utility for finding your existing network
|
- SSID search utility for finding your existing network
|
||||||
|
|
||||||
|
## Bugs? Ideas?
|
||||||
|
|
||||||
|
To ask any questions or discuss new features you'd like to see added, it's best to use
|
||||||
|
the **[ESPTerm Dev mailing list](https://groups.google.com/forum/#!forum/espterm-dev)**
|
||||||
|
|
||||||
|
Subscribe to the mailing list to also receive new release announcements.
|
||||||
|
|
||||||
|
If you found a bug (that happens alot!), please submit it to our [bug tracker](https://github.com/espterm/espterm-firmware/issues).
|
||||||
|
We also use it to track planned ideas. If you don't want to create a GitHub account for that, just send it to the mailing list.
|
||||||
|
|
||||||
## Running ESPTerm
|
## Running ESPTerm
|
||||||
|
|
||||||
To run ESPTerm on your ESP8266, either build it yourself from source using `xtensa-lx106-elf-gcc`
|
To run ESPTerm on your ESP8266, either build it yourself from source using `xtensa-lx106-elf-gcc`
|
||||||
|
|||||||
+1
-1
Submodule front-end updated: 53a6ab4a84...e3b21adc45
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#define FW_V_MAJOR 1
|
#define FW_V_MAJOR 1
|
||||||
#define FW_V_MINOR 1
|
#define FW_V_MINOR 1
|
||||||
#define FW_V_PATCH 1
|
#define FW_V_PATCH 2
|
||||||
|
|
||||||
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH)
|
#define FIRMWARE_VERSION STR(FW_V_MAJOR) "." STR(FW_V_MINOR) "." STR(FW_V_PATCH)
|
||||||
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*1000 + FW_V_MINOR*10 + FW_V_PATCH) // this is used in ID queries
|
#define FIRMWARE_VERSION_NUM (FW_V_MAJOR*1000 + FW_V_MINOR*10 + FW_V_PATCH) // this is used in ID queries
|
||||||
|
|||||||
Reference in New Issue
Block a user