95 Commits

Author SHA1 Message Date
RevK
cc9d34e64c RTS/DTR for sending config (#100)
A programming device with just RTS to reset and DTR to GPIO0 works with esptool but does not then work for sending config. This is because tasmotizer leaves RTS/DTR to QSerialPort which sets active (low) even when no flow control (default). By setting inactive (high) after opening the port, this therefore causes a clean reset in the same way as esptool does. The sleep allows time for tasmota to start and be ready to accept the config. Perhaps this could be based on the "self-resetting" option, or be a separate option in its own right. I believe it should work with devices like esptool does though.
2024-01-30 19:25:44 +01:00
Max R
737b8e01da Add additional instructions to source build (#137)
* Add additional instructions to source build

I needed to upgrade pip and wheel before I was able to build from source

* Update README.md
2024-01-30 19:25:07 +01:00
Jason2866
f7a37c87e0 Update build.yml 2024-01-30 19:12:04 +01:00
Jason2866
7505b708bd Update GH actions 2024-01-30 19:05:44 +01:00
Jason2866
6f157c773e Merge branch 'release' of https://github.com/tasmota/tasmotizer into release 2022-03-15 17:43:23 +01:00
Jason2866
ded829c14c add gitignore 2022-03-15 17:43:21 +01:00
Adrian Scillato
42faaba951 Merge pull request #121 from jtagcat/patch-1
md: link Tasmota
2022-01-20 16:52:56 -03:00
jtagcat
307cc2cde0 md: link Tasmota
I couldn't quickly find a link to Tasmota itself, so adding one here.
2022-01-20 18:51:28 +00:00
Jason2866
ea8484060f Merge pull request #119 from njh/pyqt-5.15.6
Upgrade PyQT to version 5.15.6
2022-01-02 12:42:47 +01:00
Nicholas Humfrey
e836701fdd Relax PyQT5 version requirement 2022-01-01 23:54:50 +00:00
Jacek Ziółkowski
8591fd2a0b Merge pull request #120 from Tisila/patch-1
Update to pip run options
2021-12-31 10:40:59 +01:00
Tisila
53d40bc8cf Update to pip run options
Had to use this option to run the program.
2021-12-31 03:15:17 +00:00
Nicholas Humfrey
63c8b3a8dd Upgraded PyQT to version 5.15.6 2021-12-28 18:21:05 +00:00
Jason2866
52f1067998 3.8 2021-08-26 22:21:31 +02:00
Jason2866
d13fa23335 Update build.yml 2021-08-01 15:00:44 +02:00
Jason2866
3e9c651ecc Update build.yml 2021-08-01 14:59:06 +02:00
Jason2866
1c96f362d2 Update build.yml 2021-08-01 14:55:03 +02:00
Jason2866
b9a878e42e Update build.yml 2021-08-01 14:53:54 +02:00
Jason2866
61d97926dd Update build.yml 2021-08-01 14:51:34 +02:00
Jason2866
285e277ab6 Update build.yml 2021-08-01 14:50:02 +02:00
Jason2866
c51778f63f Update build.yml 2021-08-01 14:38:24 +02:00
Jason2866
aa0065d153 PyInstaller v4.4 2021-08-01 14:35:15 +02:00
Jason2866
5505c16279 keep file rights 2021-08-01 14:34:11 +02:00
Jason2866
bf1d11e7de Merge branch 'release' into release 2021-07-28 11:55:42 +02:00
Jason2866
601bd08c70 Update README.md 2021-07-27 14:22:34 +02:00
Jason2866
afa0f347ca Update requirements.txt 2021-03-11 09:59:31 +01:00
Jason2866
b6cee23f05 Version > 5.14 not working 2021-03-04 20:50:42 +01:00
Jason2866
44a3393c36 Add files via upload 2021-01-28 11:43:13 +01:00
Jason2866
01948b37c5 Update requirements_build.txt 2021-01-28 10:39:55 +01:00
Jason2866
5b98f3daed Update requirements_build.txt 2021-01-28 10:29:11 +01:00
Jason2866
fe2564db4e Update requirements_build.txt 2021-01-28 10:14:36 +01:00
Jason2866
6787c29d77 Update build.yml 2021-01-28 09:48:19 +01:00
Jason2866
20ff4f987e Update build.yml 2021-01-28 09:37:05 +01:00
Jason2866
a15a2d63db Update build.yml 2021-01-28 09:31:50 +01:00
Jason2866
72cec4f74f Update build.yml 2021-01-28 09:27:59 +01:00
Jason2866
2ecabd5e0e Update requirements_build.txt 2021-01-27 14:58:28 +01:00
Jason2866
73fbd6826f Update build.yml 2021-01-27 14:52:48 +01:00
Jason2866
a83d099f6d Update build.yml 2021-01-27 14:48:41 +01:00
Jason2866
c6b9db20a6 Python 3.9 2021-01-27 14:08:22 +01:00
Jason2866
b2638ea590 Update requirements_build.txt 2021-01-27 12:57:05 +01:00
Jason2866
8b8ac3e772 Update build.yml 2021-01-27 11:44:23 +01:00
Jason2866
ab7e29a840 Update build.yml 2021-01-27 11:42:53 +01:00
Jason2866
489d619c9a Update requirements.txt 2021-01-27 11:34:52 +01:00
Jason2866
42fbaca4e3 Update requirements_build.txt 2021-01-27 11:26:08 +01:00
Jason2866
f8cc8420c7 Add files via upload 2021-01-27 02:17:14 -08:00
Jason2866
31cb7d5d78 Create build.yml 2021-01-27 11:14:44 +01:00
Jason2866
fd98844e95 Add files via upload 2021-01-27 02:13:30 -08:00
Jason2866
bf1fc07f91 Delete icon-256.ico 2021-01-27 10:26:19 +01:00
Jason2866
6879dc5137 Add files via upload 2021-01-27 01:26:03 -08:00
Jacek Ziółkowski
0278b9b016 Merge pull request #79 from freddii/release
fixed wrong spelled words
2021-01-19 15:52:47 +01:00