file overhaul

fixed filereader enhanced newsread fixed bee
This commit is contained in:
SpudGunMan
2025-11-03 13:58:57 -08:00
parent 1388771cc1
commit a96d57580a
15 changed files with 65 additions and 16 deletions
+3 -1
View File
@@ -1 +1,3 @@
database admin tool is in [./etc/db_admin.py](../etc/db_admin.py)
database admin tool is in [./etc/db_admin.py](../etc/db_admin.py)
this folder is populated with install.sh
to manually populate ` cp etc/data/* data/. `
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1 +0,0 @@
Today in meshtastic you are looking at the coolest bot on the block.
-1
View File
@@ -1 +0,0 @@
no new news is good news!
-16
View File
@@ -1,16 +0,0 @@
[
{
"question": "Which RFband is commonly used by Meshtastic devices in US regions?",
"answers": ["2.4 GHz", "433 MHz", "900 MHz", "5.8 GHz"],
"correct": 2
},
{
"question": "Yogi the bear 🐻 likes what food?",
"answers": ["Picnic baskets", "Fish", "Burgers", "Hot dogs"],
"correct": 0
},
{
"question": "What is the password for the Meshtastic MQTT broker?",
"answer": "large4cats"
}
]
-15
View File
@@ -1,15 +0,0 @@
[
{
"type": "multiple_choice",
"question": "How Did you hear about us?",
"options": ["Meshtastic", "Discord", "Friend", "Other"]
},
{
"type": "integer",
"question": "How many nodes do you own?"
},
{
"type": "text",
"question": "What feature would you like to see next?"
}
]
-15
View File
@@ -1,15 +0,0 @@
[
{
"type": "multiple_choice",
"question": "How often do you experience snowfall in your area?",
"options": ["Never", "Rarely", "Sometimes", "Often", "Every winter"]
},
{
"type": "integer",
"question": "What was the deepest snowfall (in inches) you've measured at your location?"
},
{
"type": "text",
"question": "Describe any challenges you face during heavy snowfall."
}
]