Commit Graph

3886 Commits

Author SHA1 Message Date
f9efbb56cd Update defaults.toml 2024-07-09 04:24:43 +10:00
89a589af72 changes to logging and threading 2024-07-09 04:22:18 +10:00
a100933678 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-02 15:10:17 +02:00
3584f3f551 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-02 15:04:51 +02:00
3fdcebc90c Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-02 15:04:33 +02:00
e33bec1d31 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-02 15:03:06 +02:00
de0a09e39d Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 20:15:45 +02:00
dbb83b4825 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 16:05:45 +02:00
956c083985 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 16:00:09 +02:00
62c324730c Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 13:17:12 +02:00
8dc6f78610 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 13:16:44 +02:00
0542c002d0 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 13:16:28 +02:00
702d463194 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-07-01 07:51:18 +02:00
087fd9cf09 Revert
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-30 20:07:53 +02:00
28335419f6 MLS is offline
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-30 20:07:41 +02:00
db444588dd Wiki
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-16 17:07:58 +02:00
de08804b7f pycharm files
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:04:42 +02:00
9d6a7e9441 Same files added to create a package
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:04:17 +02:00
14480346fe Change how spi is called.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:03:56 +02:00
7b6ad4e99a More pythonic
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:03:36 +02:00
313edb1524 Duplicate display file
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:03:23 +02:00
820f2cef59 Update build
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:02:58 +02:00
c76d9f4909 Try to get a fix for device is busy while changing channels.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:02:47 +02:00
69ff6cd03c Add pisugar 3 plugin to default plugins
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:02:23 +02:00
09f6281666 Remove bt helper
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:02:07 +02:00
2f1c216387 Add inky phat v2
Change import for v1

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:01:52 +02:00
87d8beb9be Change bettercap version check for oPwngrid
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:01:17 +02:00
e63be1ffd8 Add extra check for fix_services.py
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:00:53 +02:00
d5755103a0 Remove pisugar2 settings
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 20:00:30 +02:00
2014c22262 Fix couple displays
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 19:59:51 +02:00
5295692da9 Added display inky phat v2
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-15 19:58:54 +02:00
b7eb86d55c Update view.py 2024-06-13 05:45:42 +10:00
81c3581138 Merge pull request #149
Move BT status position in view
2024-06-12 21:00:40 +02:00
7d8b66e1cb Update displayhatmini.py 2024-06-13 04:18:57 +10:00
689d39c450 more changes 2024-06-13 03:37:51 +10:00
8eccd71c6b changes to ui 2024-06-13 02:55:05 +10:00
Rai
caf73700fd Merge branch 'jayofelony:master' into master 2024-06-12 20:40:08 +10:00
e9c12dde94 Add new configuration option "ui.showcursor" to enable or disable blinking cursor by name
When ui.fps is not zero, the default UI adds a blinking cursor next to the pwnagotchi name, as a verification that the display is updating. This proposed change adds a configuration option "ui.showcursor" to allow users to disable the cursor. If ui.showcursor is set to "true" in config.toml, the cursor will show, if set "false" in config, the cursor will not be shown. Default behavior if ui.showcursor is not set is maintained (cursor will show). If ui.fps is set to 0, the cursor will not be shown regardless of the ui.showcursor setting.

(tested on a single pwny with showcursor unset, false, and true, multiple times)

Signed-off-by: Sniffleupagus <129890632+Sniffleupagus@users.noreply.github.com>
2024-06-11 10:00:32 -07:00
3f40c0b7b3 Switch to bettercap lite
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-06 14:36:33 +02:00
318e3480ce Remove clear on exit, invokes an extra restart at boot
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-06 13:43:59 +02:00
1614d1f94d Updated fix_services.py
Updated pwnagotchi

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-06 13:41:19 +02:00
4e1f08f6a8 Updated partnership with PiSugar team.
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-05 10:55:21 +02:00
cbc601e38b Updated displays
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-05 10:50:15 +02:00
20bae7adaa Version 2.9.2
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-03 21:49:57 +02:00
ed62ac0b84 Version 2.9.2
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-03 20:06:32 +02:00
f0ecee0555 Merge remote-tracking branch 'origin/master' 2024-06-02 12:47:58 +02:00
8e99ae419d Version 2.9.2
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
2024-06-02 12:47:51 +02:00
88957059ef Merge pull request #148 from energydrinksjunkie/master
added serbian language
2024-05-01 23:27:45 +02:00
c42e8d0f5d Move BT status position in view
This moves the position of BT status a little to the left to make enough space for battery plugin status.

When a battery plugin is used along with bt-tether, BT status can overwrite the first character of the battery plugin status.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2024-05-01 16:26:11 -04:00
5b5718c186 added serbian language 2024-05-01 22:22:01 +02:00