0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-28 20:31:21 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
Wouter R
bca5228b73 More changes to log messages. 2016-01-08 14:53:05 +01:00
Wouter R
5f59e5e2c9 Add logging module/facility support.
Change log message format to match with that in print3d logger.
2016-01-08 14:52:39 +01:00
Wouter R
f51e63e06a Add new settings key 'system.log.level' with print3d log levels.
Change uci-defaults script to make sure the new setting exists in UCI and the old one is removed.
Read new log level key in firmware and map it to firmware log level.
2016-01-06 13:23:25 +01:00
peteruithoven
798031f9cd Comments on settings system 2015-06-09 17:13:30 +02:00
peteruithoven
9f754876f0 Resolving conflict 2014-03-19 16:44:09 +01:00
peteruithoven
468af0e604 Merge branch 'develop'
Conflicts:
	ReleaseNotes.md
	src/FIRMWARE-VERSION
	src/util/settings.lua
2014-01-02 13:30:59 +01:00
peteruithoven
7de2e2aed0 Implemented noCommit optimization to reset and resetall 2013-12-23 20:27:32 +01:00
peteruithoven
b56a0ed1a9 Ignoring API:config/reset issues for now 2013-12-23 20:26:44 +01:00
peteruithoven
87a4c2a830 Small correction in log text 2013-12-23 18:06:32 +01:00
Wouter R
0a51cee8c9 Avoid unnecessary UCI commits, speeding up the process of setting all keys at once considerably. 2013-12-23 18:05:48 +01:00
Wouter R
1fe9da5985 Minor changes to UCI error handling. 2013-12-23 15:33:55 +01:00
peteruithoven
8fda75664c Merge branch 'develop' of https://github.com/Doodle3D/doodle3d-firmware into develop
Conflicts:
	src/rest/api/api_config.lua
2013-12-23 14:47:51 +01:00
peteruithoven
bd1409b6a6 Better uci error handling 2013-12-23 14:35:03 +01:00
Wouter R
fc9460fc82 Add license header to source files. 2013-12-20 16:29:46 +01:00
peteruithoven
68f169be70 Reset logic delete's all uci values and then reset them to the defaults
(Allow setting value to value that is the default)
2013-12-18 13:15:41 +01:00
peteruithoven
348c088cc9 Reset logic delete's all uci values and then reset them to the defaults
(Allow setting value to value that is the default)
2013-12-16 03:33:44 +01:00
peteruithoven
f534b7cf91 Less config logging 2013-12-09 21:12:21 +01:00
peteruithoven
7ee1d9b47a Remove an deprecated dependancy 2013-12-04 17:13:33 +01:00
peteruithoven
c432325b89 Added specific API:config/reset endpoint 2013-11-29 13:00:09 +01:00
peteruithoven
b1bc8f5ded Reset now clears all sections except system 2013-11-29 12:59:51 +01:00
peteruithoven
33e58e5379 Easier subsection default system 2013-11-29 11:03:27 +01:00
peteruithoven
c23c8d9e7c Config subsection system, enabling printer profiles and even material profiles 2013-11-28 17:48:00 +01:00
peteruithoven
d9afb1159e API:config/resetall 2013-11-22 18:05:51 +01:00
Wouter R
97564de8fc Add LDoc configuration and slightly extend doxify.sh.
Add documentation in various places.
2013-11-04 22:34:09 +01:00
peteruithoven
4738f8bde1 spelling corrections 2013-10-18 16:16:05 +02:00
peteruithoven
72678ef1cc Access point key validation function and handling validation function messages in general 2013-10-17 15:28:57 +02:00
peteruithoven
a85528e956 More helpfull validation errors 2013-10-17 14:04:13 +02:00
peteruithoven
b2904d532e Added a validation function option to configuration. Added a number check 2013-08-29 01:40:51 +02:00
peteruithoven
24b773bd6f Handling multiline settings. Added start and end gcode 2013-08-28 17:12:41 +02:00
Wouter R
3de992c5b7 Add uhttpd configuration for lua handler; add interface to get/set 'system settings'; add configurable logging to file, with configurable level as well. 2013-08-23 01:25:09 +02:00
Wouter R
1608875891 Report failure if wlan associate fails; Fix setting/unsetting boolean config key through API. 2013-07-29 13:48:56 +02:00
Wouter R
07ca14e35c Add doxify.sh to generate HTML code documentation using ldoc; update documentation in several utility files. 2013-07-29 12:07:23 +02:00
Wouter R
efaf58c880 Fix outdated configuration key names; add API function to get all configuration keys at once; remove logging of request arguments to prevent printing large blocks of gcode. 2013-07-27 00:25:43 +02:00
Wouter R
9d6992ce95 Add configuration keys for printing; rework configuration key naming. 2013-07-26 10:18:34 +02:00
Wouter R
f988c13dfa Many changes, mostly a new configuration interface:
* change API access control to use function name suffixes
* implement settings interface with baseline configuration
* make AP properties configurable
* AP SSID can now contain partial MAC address
* update more quotation style and documentation
* remove captive directory change from network mode switcher.
2013-07-17 23:01:01 +02:00
Wouter R
d3e4812cbf Implement settings interface. 2013-07-17 17:43:33 +02:00