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
260e501628
upgrade to avoid thread overflow
...
this is creating a thread per plugin. This is avoiding pressure on the system.
The fix was found by Nursejackass
https://github.com/Sniffleupagus/pwnagotchi-snflpgs/blob/snflpgs/pwnagotchi/plugins/__init__.py
2024-12-01 20:37:12 -05:00
ad9f800b13
Merge branch 'jayofelony:noai' into noai
2024-12-01 20:17:14 -05:00
83e9ee6318
fixing log reference
2024-12-01 20:15:38 -05:00
5b20c0fb16
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:53:51 +01:00
6a217f3684
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:52:31 +01:00
5bbbcea2af
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:47:01 +01:00
07e7ec661c
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:29:41 +01:00
706ae3b152
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:29:32 +01:00
5713613451
Small edit
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 19:14:53 +01:00