You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New DTS file
* Delete dtb/n4-n4pro-v1.1/rk3328-roc-cc.dtb
* Delete dtb/n4-n4pro-v1.1/n4-n4pro-v1.1-dts.txt
* Delete dtb/n4plus-n4max-v1.1-2.0/rk3328-roc-cc.dtb
* Delete dtb/n4plus-n4max-v1.1-2.0/n4plus-n4max-v1.1-2.0-dts.txt
* Add files via upload
* Delete dtb/n4-n4pro-v1.0 directory
* Upload new DTS
* Remove redundant status 'disabled' entries
* Update virtualmcu.config with hardware options
Added various configuration options for hardware support.
* Update mcu.config with STM32 settings
Added various configuration options for STM32 and peripherals.
* Enhance webcam setup script with dynamic detection
Added dynamic detection for webcam devices and improved startup script creation.
* Simplify numpy installation command in script
* Comment out accelerometer configuration sections
Comment out adxl345 and resonance_tester sections
* Comment out ADXL345 and resonance tester configurations
Comment out sections related to ADXL345 and resonance testing.
* Comment out settings in configuration
Comment out accelerometer configuration settings.
* Comment out accelerometer and tester settings
Comment out configurations for ADXL345 accelerometers and resonance tester.
* Refactor base_image_configuration.sh for clarity and updates
Updated the script to clarify its purpose and added support for NetworkManager. Enhanced error handling and removed unnecessary sections related to spidev fixes.
* Add moonraker.asvc configuration file
* Enhance configuration file handling and prompts
Updated configuration file handling in OpenNept4une.sh to include moonraker.asvc and improve installation prompts.
* Add dev-image-cleanup.sh for Armbian image cleanup
This script performs a series of cleanup tasks for Armbian images, including resetting Git repositories, removing personal files, sanitizing network configurations, and cleaning up system caches.
PS3="Enter the number of the configuration to install (or 'Exit' to finish): "
790
+
local options=("All""Fluidd web interface Conf""Moonraker Conf""KAMP Conf""Mainsail web interface Conf""Pico USB-C ADXL Conf""Klipper DEBUG Addon""Exit")
766
791
767
-
if [[ -z"$DIFF_OUTPUT" ]];then
768
-
printf'\n%s\n'"${G}There are no differences, Already up-to-date! ${NC}"
769
-
printf'\n%s\n\n'"${Y}Would you like to install another configuration? (y/n).${NC}"
770
-
read -r -p "$(printf '%b'"${M}Enter your choice ${NC}: ")" CONTINUE_CHOICE
792
+
whiletrue;do
793
+
clear_screen
794
+
printf'%b\n'"${C}${OPENNEPT4UNE_ART}${NC}"
795
+
printf'\n%s\n'"Select configurations to install:"
796
+
foriin"${!options[@]}";do
797
+
printf'%2d) %s\n'$((i+1))"${options[$i]}"
798
+
done
771
799
772
-
if [[ "$CONTINUE_CHOICE"=~ ^[Nn]$ ]];then
773
-
printf'\n%s\n'"${Y}Exiting the update process.${NC}"
774
-
sleep 1
775
-
break
776
-
else
777
-
printf'\n%s\n'"${G}Returning to configuration selection.${NC}"
778
-
sleep 1
779
-
continue
780
-
fi
781
-
else
782
-
printf'%s\n'"$DIFF_OUTPUT"
783
-
printf'\n%s\n\n'"${Y}Would you like to continue with the update? (y/n).${NC}"
0 commit comments