261359f973
fix: improve error handling in NetworkManager hotspot configuration
main
Timothy Hofland
2026-03-16 09:05:48 +01:00
63a33f4deb
fix: enhance NetworkManager hotspot configuration and cleanup process
Timothy Hofland
2026-03-16 08:58:36 +01:00
12ff47207e
fix: enhance AP and client mode switching with NetworkManager support
Timothy Hofland
2026-03-16 08:50:26 +01:00
4ad82a1a66
fix: refactor networking scripts for improved robustness and clarity
Timothy Hofland
2026-03-16 08:42:26 +01:00
855339ef42
fix: harden NetworkManager hotspot creation to prevent supplicant-timeout errors on Pi 3B
Timothy Hofland
2026-03-16 08:26:41 +01:00
4e1858de61
fix: make setup script WiFi-safe by removing instant network activation
Timothy Hofland
2026-03-16 00:10:50 +01:00
6fea68f903
fix: force NetworkManager hotspot priority and disconnect active client wifi to ensure AP activation
Timothy Hofland
2026-03-15 23:56:38 +01:00
237ff76670
fix: implement NetworkManager (nmcli) hotspot support for modern Debian/Trixie systems
Timothy Hofland
2026-03-15 23:49:10 +01:00
1aa5717891
fix: enforce absolute unmasking and disable default wifi networking to ensure AP mode success
Timothy Hofland
2026-03-15 23:41:12 +01:00
46b5361ef7
feat: skip compilation and use pre-compiled ofxPiMapper binary for instant setup
Timothy Hofland
2026-03-15 23:13:12 +01:00
98c3a12bbe
fix: build.sh now accepts REPO_URL arg, clones repo, and auto-pushes artifacts
Timothy Hofland
2026-03-15 17:46:30 +01:00
722908e235
feat: implement setup and build scripts for MPVJ deployment and cross-compilation
Timothy Hofland
2026-03-15 17:39:24 +01:00
f7897dfa83
fix: add fallback for hostname setting in setup script for non-systemd environments
Timothy Hofland
2026-03-15 17:34:38 +01:00
093319b903
fix: improve systemd service setup check for active status in setup script
Timothy Hofland
2026-03-15 17:32:41 +01:00
a1039259a2
fix: enhance systemd service setup for containerized environments and add cross-compile support
Timothy Hofland
2026-03-15 17:29:32 +01:00
ea11fc95f2
fix: enhance user detection for non-login environments in setup script
Timothy Hofland
2026-03-15 17:16:39 +01:00
2a4a3a15ac
fix: install whiptail if not present for interactive prompts in setup script
Timothy Hofland
2026-03-15 17:13:05 +01:00
260a8f16cb
fix: implement lightning-fast engine setup by utilizing pre-compiled OpenFrameworks correctly and avoiding core re-compilation
Timothy Hofland
2026-03-15 16:41:53 +01:00
82813baa58
fix: implement path-agnostic source patching and refine global compatibility header logic
Timothy Hofland
2026-03-15 15:56:17 +01:00
705b698b1d
fix: enforce -O0 optimization and VRP disable to bypass compiler crashes on Pi 3B
Timothy Hofland
2026-03-15 09:16:35 +01:00
e0e06978b2
fix: enforce clean ofxPiMapper addon state and implement high-powered global compatibility header to resolve syntax and namespace errors
Timothy Hofland
2026-03-15 09:04:01 +01:00
c0589b6c5e
fix: dial back optimization to -O2 and disable VRP pass to bypass internal compiler error on ARM
Timothy Hofland
2026-03-15 08:59:42 +01:00
24910547c4
fix: enforce clean ofxPiMapper clone and robust global patching to resolve corrupted syntax errors
Timothy Hofland
2026-03-14 21:45:09 +01:00
b480892b6a
fix: implement surgical cleanup of old patches to resolve C++ syntax errors in ofxPiMapper
Timothy Hofland
2026-03-14 19:31:38 +01:00
dbed62a6c4
fix: add source scrubbing step to remove failed patch attempts and fix redefinition errors
Timothy Hofland
2026-03-14 10:44:57 +01:00
ad7287ae86
fix: use a single compatibility header for make_unique to prevent redefinition errors
Timothy Hofland
2026-03-14 08:10:28 +01:00
5770be2b8b
fix: revert to C++11 for binary symbol compatibility and implement custom make_unique for ofxPiMapper
Timothy Hofland
2026-03-13 20:13:41 +01:00
1c034f1e89
fix: enforce global flags and clean build for ofxPiMapper to resolve undefined reference errors
Timothy Hofland
2026-03-13 16:33:45 +01:00
043e2123f4
fix: move manual dependency installation outside of download block to ensure they are always verified
Timothy Hofland
2026-03-13 14:16:57 +01:00
01da5b6044
fix: use robust loop for idempotent header patching to avoid find -exec syntax errors
Timothy Hofland
2026-03-13 12:47:33 +01:00
6380b8325d
fix: make setup script patches idempotent to prevent double-namespace bugs
Timothy Hofland
2026-03-13 12:44:16 +01:00
320f72c03b
fix: add freeglut3-dev and libxxf86vm-dev to dependency list to resolve final linking errors
Timothy Hofland
2026-03-13 12:34:32 +01:00
7d191814ac
fix: extend global patch to include std::make_unique for ofxPiMapper C++20 compatibility
Timothy Hofland
2026-03-13 10:14:30 +01:00
4c655a0512
fix: apply global C++17/20 compatibility patches to ofxPiMapper source
Timothy Hofland
2026-03-12 21:52:19 +01:00
eecfe398d7
fix: patch ofxPiMapper VideoSource.h to use std::unique_ptr for C++20 compatibility
Timothy Hofland
2026-03-11 22:16:39 +01:00
00286161b3
fix: ignore non-critical warnings treated as errors during compilation on modern systems
Timothy Hofland
2026-03-11 14:42:35 +01:00
963bed0dd3
fix: add librtaudio-dev to dependency list to resolve RtAudio.h compilation error
Timothy Hofland
2026-03-11 12:34:54 +01:00
1c9f6ee2c3
fix: restore libfreeimage-dev to dependency list to resolve FreeImage.h compilation error
Timothy Hofland
2026-03-11 11:57:51 +01:00
326f56129d
fix: add libpulse-dev and libudev-dev to Trixie dependency list to satisfy OF build system
Timothy Hofland
2026-03-11 11:28:46 +01:00
feae1d01c1
fix: remove libtess2-dev and libfreeimage-dev from Trixie dependency list
Timothy Hofland
2026-03-11 11:14:21 +01:00
ad3084659b
fix: replace broken internal OF dependency script with manual Debian Trixie compatible list
Timothy Hofland
2026-03-11 11:07:56 +01:00
ae29a8b20f
fix: run internal OF dependency installer and clean up make command to avoid makefile syntax errors
Timothy Hofland
2026-03-11 10:56:45 +01:00
3048cd371b
fix: correct OpenFrameworks download URL to use 'aarch64' and add fallback for 'armv6l'
Timothy Hofland
2026-03-11 10:50:05 +01:00
5358a8bebd
fix: make OpenFrameworks download visible and robust with curl fallback
Timothy Hofland
2026-03-11 10:45:46 +01:00
04ca394b4b
feat: add Scrub & Sanitize phase to setup script for reliable restarts
Timothy Hofland
2026-03-11 10:41:50 +01:00
ec01ef4902
fix: force ARM64 platform variables for OpenFrameworks build and apply highlight patch
Timothy Hofland
2026-03-11 10:35:12 +01:00
97b3e307f5
fix: update OpenFrameworks download URL to v0.12.1 and fix ofxPiMapper example path typo
Timothy Hofland
2026-03-11 10:29:58 +01:00