#pragma once static const char WEB_ACTIONS[] PROGMEM = " Home" " Configure" " Weather" " Reset Settings" " Forget WiFi" " Firmware Update" " About"; String CHANGE_FORM = ""; // moved to config to make it dynamic static const char CLOCK_FORM[] PROGMEM = "
Display Clock when printer is off
" "Use 24 Hour Clock (military time)
" "Flip display orientation
" "Flash System LED on Service Calls
" "Use OctoPrint PSU control plugin for clock/blank
" "Clock Sync / Weather Refresh (minutes)
"; static const char THEME_FORM[] PROGMEM = "Theme Color
" "Use Security Credentials for Configuration Changes
" "" "" ""; static const char WEATHER_FORM[] PROGMEM = "" ""; static const char LANG_OPTIONS[] PROGMEM = "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""; static const char COLOR_THEMES[] PROGMEM = "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "";