mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
5824a6d77c | |||
bee02ab0cb | |||
211b60dcf6 | |||
7ce497e56e | |||
baf31f4523 |
@ -4,7 +4,7 @@
|
||||
|
||||
It seems the Pi 5 is unable to run in monitor mode, will keep you updated on this.
|
||||
|
||||
If you are using an older 32-bit version Raspberry Pi, ZeroWH, use this [fork](https://github.com/jayofelony/pwnagotchi-torch/releases/tag/v2.5.4) and make sure you download the `armhf` version.
|
||||
If you are using an older 32-bit version Raspberry Pi, ZeroWH, use this [fork](https://github.com/jayofelony/pwnagotchi-torch/releases/tag/v2.6.4) and make sure you download the `armhf` version.
|
||||
|
||||
---
|
||||
Download latest image file [here](https://github.com/jayofelony/pwnagotchi-bookworm/releases/tag/v2.6.2), and let it auto-update from here on out.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '2.6.4'
|
||||
__version__ = '2.6.5'
|
||||
|
@ -10,7 +10,7 @@ import flask
|
||||
|
||||
# https://stackoverflow.com/questions/14888799/disable-console-messages-in-flask-server
|
||||
logging.getLogger('werkzeug').setLevel(logging.ERROR)
|
||||
os.environ['WERKZEUG_RUN_MAIN'] = 'true'
|
||||
os.environ['WERKZEUG_RUN_MAIN'] = 'false'
|
||||
|
||||
import pwnagotchi
|
||||
import pwnagotchi.grid as grid
|
||||
|
@ -5,7 +5,7 @@ import os
|
||||
|
||||
# https://stackoverflow.com/questions/14888799/disable-console-messages-in-flask-server
|
||||
logging.getLogger('werkzeug').setLevel(logging.ERROR)
|
||||
os.environ['WERKZEUG_RUN_MAIN'] = 'true'
|
||||
os.environ['WERKZEUG_RUN_MAIN'] = 'false'
|
||||
|
||||
from flask import Flask
|
||||
from flask_cors import CORS
|
||||
|
@ -27,8 +27,8 @@ dependencies = [
|
||||
"spidev",
|
||||
"stable_baselines3",
|
||||
"toml",
|
||||
"torch==2.0.1",
|
||||
"torchvision==0.15.2",
|
||||
"torch",
|
||||
"torchvision",
|
||||
"tweepy",
|
||||
"websockets"
|
||||
]
|
||||
|
@ -1,7 +1,6 @@
|
||||
OPi.GPIO; platform_release=="6.1.31-sun50iw9"
|
||||
Pillow
|
||||
PyYAML
|
||||
RPi.GPIO; platform_release!="6.1.31-sun50iw9"
|
||||
RPi.GPIO
|
||||
file-read-backwards
|
||||
flask
|
||||
flask-cors
|
||||
@ -13,13 +12,12 @@ pycryptodome
|
||||
pydrive2
|
||||
python-dateutil
|
||||
requests
|
||||
rpi_hardware_pwm; platform_release!="6.1.31-sun50iw9"
|
||||
rpi_hardware_pwm
|
||||
scapy
|
||||
shimmy; platform_machine!="armv6l"
|
||||
shimmy
|
||||
smbus2
|
||||
spidev
|
||||
stable_baselines3; platform_machine!="armv6l"
|
||||
stable_baselines3==1.8.0; platform_machine=="armv6l"
|
||||
stable_baselines3
|
||||
toml
|
||||
torch
|
||||
torchvision
|
||||
|
Reference in New Issue
Block a user