Commit Graph

3927 Commits

Author SHA1 Message Date
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
b6b5e92f6b Revert "Small edit"
This reverts commit 6f16c65132.
2024-12-01 19:14:33 +01:00
85856b2698 Revert "Small edit"
This reverts commit bdc6afd0be.
2024-12-01 19:14:27 +01:00
bdc6afd0be Small edit
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 19:10:48 +01:00
a5679a8f6c Merge remote-tracking branch 'origin/noai' into noai 2024-12-01 18:53:20 +01:00
6f16c65132 Small edit
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 18:53:14 +01:00
9217338a74 Update build 2024-12-01 16:28:57 +01:00
cafc8de564 Update build 2024-12-01 16:27:11 +01:00
1cf8faddda Update build 2024-12-01 15:54:16 +01:00
3c4cb155d3 Merge remote-tracking branch 'origin/noai' into noai 2024-12-01 15:38:57 +01:00
6edd91f9b9 Update build 2024-12-01 15:34:59 +01:00
246996a50a Merge remote-tracking branch 'origin/noai' into noai 2024-12-01 13:09:24 +01:00
5956eb22b5 Small edit
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 13:09:19 +01:00
b8ecc7a75f Update build 2024-12-01 12:59:56 +01:00
644d342daa Remove builder/data folder, we don't need that anymore.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 12:58:37 +01:00
a78042b0fd Remove builder/data folder, we don't need that anymore.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 12:57:33 +01:00
8edf72c8ef Remove builder/data folder, we don't need that anymore.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-12-01 12:54:06 +01:00
53e4b7f2ba Merge pull request #234
Display update for 2.9.2 no AI
2024-12-01 12:53:22 +01:00
f6f30632f8 Display update for 2.9.2 no AI
display check with 2.9.2
-gfxhat
	sn3218 library missing from the venv, added to /hw/libs/pimoroni/gfxhat/
	cleanup of the code (EPD changed to LCD)
	logging info added for config options (contrast, color)
	touch control work in progress (6 touch buttons with short and long press and LED feedback)
-i2coled
	cleanup of the code (EPD changed to OLED)
	Logging info added for config options (width, height, i2c address)
-oledlcd and oledlcdvert
	working out of the box
	logging info added for available gpio breakouts (buttons)
-displayhatmini
	working out of the box
	logging info added for available gpio breakouts (buttons, rgb LED, i2c bus)
-pirateaudio
	working out of the box
	logging info added for available gpio breakouts (buttons, i2s bus)
-pitft
	working out of the box
	logging info added for available gpio breakouts (buttons)
-tftbonnet
	working out of the box
	logging info added for available gpio breakouts (buttons, i2c bus)
-minipitft
	working out of the box
	logging info added for available gpio breakouts (buttons, i2c bus)

-minipitft2
	cant test on HW but should work!
	logging info added for available gpio breakouts (buttons, i2c bus)
-argonpod
	cant test on HW but should work!
	logging info added for available gpio breakouts (buttons, IR)
2024-12-01 12:47:34 +01:00
a8563d8107 Merge pull request #233
Create gps_listener.py
2024-11-30 09:30:30 +01:00
dab9b8c4bb Create gps_listener.py
Receive GPS coordinates via termux-location and save whenever an handshake is captured.

Signed-off-by: Kris Henriksen <krishenriksen@users.noreply.github.com>
2024-11-30 08:25:39 +07:00
4ade52925d Update build 2024-11-29 09:23:20 +01:00
cf1e8aa4fa Remove workflow, as it is deprecated now.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-11-27 16:38:17 +01:00