If you notice spammers in the forum, please notify Bas ON5HB, so they can be removed and banned. Give a link in the chatbox or send a PM to me. Thanks.
cd PhantomSDR-Plus/
python3 fix_local_geo.py
python3 fix_local_geo.py --apply
onMount(() => {
// ... your existing onMount code ...
// Auto-enable adaptive auto-adjust on page load
if (autoAdjustEnabled) {
// Configure waterfall with adaptive settings
if (typeof waterfall.setAutoAdjustConfig === "function") {
waterfall.setAutoAdjustConfig(autoAdjustConfig);
}
// Enable auto-adjust
if (typeof waterfall.enableAutoAdjust === "function") {
waterfall.enableAutoAdjust(autoAdjustConfig);
}
// Start monitoring (if using adaptive)
if (typeof startStatusMonitoring === "function") {
startStatusMonitoring();
}
// Update UI button state
const btn = document.getElementById("autoAdjustBtn");
if (btn) btn.classList.add("active");
console.log('🎯 Auto-adjust enabled by default');
}
.Quote from: lu5dnp on May 11, 2026, 12:03 AMI'm not sure if it's because it's Android or if some configuration is missing.The previous was a screenshot from my Samsung (Android) Nestor, using Edge. Maybe you need to clean the cache and retry.
Quote from: lu5dnp on May 10, 2026, 09:05 PMthe frequency indicator numbers do not appearIt is appeared! Maybe a cleaning of the cache is required??
Page created in 0.011 seconds with 12 queries.