Compare commits

...

5 Commits

Author SHA1 Message Date
5824a6d77c Version 2.6.5 2024-01-12 21:08:09 +01:00
bee02ab0cb UpSet werkzeug to false 2024-01-12 21:07:11 +01:00
211b60dcf6 Merge remote-tracking branch 'origin/master' 2024-01-12 19:11:00 +01:00
7ce497e56e Update 2024-01-12 19:08:44 +01:00
baf31f4523 Update README.md
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2024-01-12 19:07:04 +01:00
6 changed files with 10 additions and 12 deletions

View File

@ -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.

View File

@ -1 +1 @@
__version__ = '2.6.4'
__version__ = '2.6.5'

View File

@ -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

View File

@ -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

View File

@ -27,8 +27,8 @@ dependencies = [
"spidev",
"stable_baselines3",
"toml",
"torch==2.0.1",
"torchvision==0.15.2",
"torch",
"torchvision",
"tweepy",
"websockets"
]

View File

@ -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