Commit Graph

1247 Commits

Author SHA1 Message Date
84ffa26a72 sim: recent files list (that is stored in json file) 2022-11-30 17:59:47 +01:00
1017834087 simple code formatting fix 2022-11-30 17:58:55 +01:00
4ccda3408e sim: support multiline text 2022-11-30 13:54:41 +01:00
c6d88f2846 sim: removed CObject remnant, working text editing 2022-11-30 13:11:01 +01:00
deea0e784d enabling light will also broadcast dimmer value (as reequested by user...) - p2 2022-11-30 00:07:25 +01:00
5b89deb036 enabling light will also broadcast dimmer value (as reequested by user...) 2022-11-29 23:56:13 +01:00
5e18eaa948 add a flag that allows to enable RETAIN on MQTT publishes of power channels (channels with relay) 2022-11-29 23:48:00 +01:00
667a7edd95 sim: merge CObject with CShape (that was not needed), fix delete problem, add Text tool stub 2022-11-29 23:39:04 +01:00
5af98c1c61 remove not needed comment 2022-11-29 23:37:13 +01:00
aec9bc7431 as per user request - OBK_FLAG_LED_FORCE_MODE_RGB 2022-11-29 21:27:06 +01:00
3c17a048e9 use #define (who forget that?!) 2022-11-29 21:11:49 +01:00
4ad6053e11 sim: show save changes dialog while closing 2022-11-29 18:30:37 +01:00
5ee8b6a446 sim: display separate modified status for flash and schematic 2022-11-29 17:52:48 +01:00
b78b4c5268 remove function declaration that was not defined anywhere 2022-11-29 17:26:26 +01:00
9a0d636dbe cosmetic only - display pwm1 name 2022-11-29 15:09:57 +01:00
24fb674052 cosmetic changes for NTP - display current server on GUI, do not allow empty server string, just be more user friendly 2022-11-29 14:45:41 +01:00
675948382b sim: save and load system (stores both device flash image with config and littlefs and the drawn connections) 2022-11-29 14:22:02 +01:00
78dd12b83f sim: add prefabs manager, better clone 2022-11-29 09:55:57 +01:00
7c8d526708 sim: improve menu bar, add nfd, add unfinished save/load json sample 2022-11-29 08:39:52 +01:00
69b7bab962 sim: menubar stab 2022-11-28 17:46:09 +01:00
04900e9ed1 sim: add missing copy tool src 2022-11-28 17:45:37 +01:00
63047691f4 sim/win: let Windows/simulator pin PWM roles mimic BK7231 roles 2022-11-28 13:23:45 +01:00
ea09b7b18d sim: CW and RGB stub shapes 2022-11-28 13:14:23 +01:00
6393cdadf2 sim: fix move element bug 2022-11-28 13:13:54 +01:00
7212c8c633 sim: wire tool stops when making a junction 2022-11-28 12:29:01 +01:00
60e8e2aae0 free fix 2022-11-28 12:16:58 +01:00
47be327d06 small eventhandler bugfixes, added list and clear commands 2022-11-28 12:04:11 +01:00
75347aa39c sim: clone method and copy tool 2022-11-27 21:54:53 +01:00
90f68934fa BUGFIX - call CFG_Save_IfThereArePendingChanges in main timer to make sure that all pending results are saved (if OTA is not running) 2022-11-27 18:45:12 +01:00
79360f6520 sim: fix unit tests usage with sim window enabled 2022-11-27 15:39:29 +01:00
671f7ea815 slightly clear up the Windows port messy code, removed old tests 2022-11-27 14:57:49 +01:00
7bee9d9de2 bk7231 - cosmetic change - show "N/A" for extra pin desc because otherwise it breaks HTML formatting badly (TODO: use a table or smth? anyone here likes CSS and wants to help?) 2022-11-27 14:28:01 +01:00
7f0ae173b0 fix expanding strdup using const incorrectly 2022-11-27 11:17:48 +01:00
c43748c88e HTTP page console command interace will now temporary redirect log to HTTP page, we can finally close #501 2022-11-27 10:52:47 +01:00
89e8b35b4e sim: comments and erase fix 2022-11-27 09:48:42 +01:00
3a451db986 sim: split the most basic crappy solver into separate file 2022-11-27 09:39:17 +01:00
0d7b1932ac futher commandResult_t added 2022-11-26 23:10:58 +01:00
dfb01bd30f futher commandResult_t added 2022-11-26 23:05:04 +01:00
87fcaeb6c9 futher commandResult_t added 2022-11-26 22:58:00 +01:00
9372adff06 futher commandResult_t added 2022-11-26 22:47:49 +01:00
88ca832695 futher commandResult_t added 2022-11-26 22:17:47 +01:00
eb2ef1f29e fix cmd res 2022-11-26 21:36:54 +01:00
2023077874 consistent commandResult_t - part 2 2022-11-26 21:26:48 +01:00
4e1cc8aa20 cmd res fx1 2022-11-26 21:08:11 +01:00
80b7a706be cmd res fix1 2022-11-26 21:07:59 +01:00
e8253b13ac add commandResult_t and change all (maybe not yet?) commands to use commandResult_t enumeration 2022-11-26 20:59:12 +01:00
4507055479 sim: basic io sim 2022-11-26 19:19:05 +01:00
cea9364ddc add missing LED RGBCW send to DGR 2022-11-26 18:44:10 +01:00
e1895f684b cosmetic only change - on Beken, display pin alias along with name (eg. display "PWM5" next to P26) 2022-11-26 18:08:33 +01:00
7786ed776f sim: translate fix, VDD symbol 2022-11-26 13:23:28 +01:00