d543144d27
Added optional rotation/fixed display setting
...
Added optional fixed display parameter
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-17 18:56:37 +01:00
4f332c14f0
Fix logging
...
Changed position on display
Change IP to default BT Tether IP
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-17 18:26:30 +01:00
b95ec0dd0f
Merge pull request #256
...
Update pisugarx.py
2024-12-17 18:16:16 +01:00
09ecfeed66
Update pisugarx.py
...
limits the voltage to x.xx
Signed-off-by: LH <140523069+renewedbullet@users.noreply.github.com >
2024-12-16 17:50:37 -05:00
de62008d2d
Add default for gps_listener
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-16 21:36:18 +01:00
df3666777b
Update wpa-sec to properly display password.
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-16 20:47:44 +01:00
459cc8e54c
Added random starting voice line.
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-16 20:47:22 +01:00
d1c5cd5e5d
Disconnect BT when disabling plugin.
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-16 20:30:37 +01:00
d16fa0097c
New bt-tether.py plugin, easier set up.
2024-12-16 19:32:36 +01:00
ffa80a5d28
New PiSugar plugin for both PiSugar2 and PiSugar3 batteries.
2024-12-16 19:31:57 +01:00
11fe8a607c
Update wpa-sec.py to include show_pwd when download_results is enabled.
...
This option can be disabled/enabled by editing config.toml
2024-12-16 19:31:06 +01:00
7dc0eb4591
Update README.md
2024-12-15 15:01:04 +01:00
9b64b67745
Removed AI mentions since it was removed.
2024-12-15 08:00:33 +01:00
55ba9e0ee8
Fix pisugar2.py to check for "new model" and correctly display charging voice.
2024-12-15 00:22:14 +01:00
b016766e87
Fix pisugar2.py to check for "new model" and correctly display charging voice.
2024-12-15 00:10:18 +01:00
387e11a5c5
Add new default plugin (pisugar2) and defaults.
...
Added new requirement to pyproject.toml to make it work.
2024-12-14 23:28:21 +01:00
913c22193d
Updated voice for each language, since AI was removed.
2024-12-12 11:00:53 +01:00
8be4d40960
Set low limit frequency for 2.4Ghz
2024-12-12 10:35:27 +01:00
26fbedd52d
Added 6Ghz Wi-Fi channels, in case you use an external dongle that can.
2024-12-12 10:20:57 +01:00
79c590fb38
Added new starting line.
2024-12-12 09:53:31 +01:00
ef3696510b
Removed 'on_ai_..'
2024-12-12 09:53:19 +01:00
7b7bbc4aad
Remove blink function, we don't use the led blink function anymore.
2024-12-12 09:48:48 +01:00
b18546f30d
Update README.md
2024-12-12 09:35:59 +01:00
4d1aa79bfd
Removed tensorflow debug from log.py
2024-12-12 08:48:10 +01:00
6145692db0
Update README.md, since it doesn't use AI anymore.
2024-12-12 08:47:48 +01:00
a97f45859a
New PR template
2024-12-11 19:50:12 +01:00
8c0b66edfb
Small edit
2024-12-11 19:46:08 +01:00
4dd7520d16
Update to bug report
2024-12-11 19:32:30 +01:00
0700bb2c1a
Update to bug report
2024-12-11 19:31:20 +01:00
4639870dc5
Update to bug report
2024-12-11 19:17:03 +01:00
3d6e920ec6
Update to bug report
2024-12-11 19:16:38 +01:00
ec47242af3
Update to bug report
2024-12-11 19:15:36 +01:00
71e405fa63
Update to bug report
2024-12-11 19:15:11 +01:00
9911cdb5bb
Update to bug report
2024-12-11 19:12:31 +01:00
10c4e5a984
Update to bug report
2024-12-11 18:58:48 +01:00
ee1d1dba9b
Update to bug report
2024-12-11 18:55:21 +01:00
e4b95700a5
Update to bug report
2024-12-11 18:54:55 +01:00
0b987656b5
Update to bug report
2024-12-11 18:49:37 +01:00
f36d4aea77
Small final edit
2024-12-09 20:21:58 +01:00
3ccfbbc940
Small final edit
2024-12-09 20:18:30 +01:00
f29c0e08df
Merge pull request #241
...
Move self._view_on_starting() outside of loading keys exception
2024-12-08 21:03:41 +01:00
0c44b02765
Move self._view_on_starting() outside of loading keys exception
...
When _view_on_starting is inside the try:except:, any display errors, especially from misconfigured plugins, will trigger the exception and delete RSA keys unnecessarily.
By moving _view_on_starting after the except: clause, only errors during key loading will lead to deleted keys. view errors will silently fail.
Signed-off-by: Sniffleupagus <129890632+Sniffleupagus@users.noreply.github.com >
2024-12-06 11:06:38 -08:00
39c38d130b
Merge remote-tracking branch 'origin/noai' into noai
2024-12-05 21:11:33 +01:00
81f71710b6
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-05 21:11:28 +01:00
14ae34860f
Merge remote-tracking branch 'origin/noai' into noai
2024-12-04 08:07:38 +01:00
b3df38e921
Delete brain from grid as there is no more AI.
2024-12-04 08:07:19 +01:00
ae108b402c
Merge pull request #239 from Sniffleupagus/patch-4
...
Add session stats reporting to AUTO mode
2024-12-04 07:52:12 +01:00
9e08a6294c
Add session stats reporting to AUTO mode
...
add MANU session stats to AUTO mode, too
Signed-off-by: Sniffleupagus <129890632+Sniffleupagus@users.noreply.github.com >
2024-12-03 10:36:48 -08:00
68d123c4ec
Merge pull request #237
...
Fix driver log reference
2024-12-02 13:15:31 +01:00
ad4b6891a6
Merge branch 'noai' of https://github.com/V0r-T3x/pwnagotchi into noai
2024-12-01 20:37:33 -05:00