uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

A confusing formulation in the description of "SAVE CONFIG" #100

Closed CityAceE closed 4 months ago

CityAceE commented 4 months ago

/flash/.config is for classic type as I can understand. But in other parts of the description it is sd/config.ini that appears.

{
  "command": "SAVE CONFIG",
  "tokens": [ "SAVE", "CONFIG" ],
  "section": "sys",
  "type": "bc",
  "brief": "Saves the current set of configuration options as default.",
  "usage": "SAVE CONFIG",
  "note": "The configuration will be saved as a file under the name `/flash/.config`.",
  "ref": [ "CONFIG" ]
},