Commit Graph

24 Commits

Author SHA1 Message Date
rusefi 057eb2e123 only:LuaScriptPanel logging 2024-02-27 21:43:42 -05:00
rusefillc aaad4128c4 only: better error handling 2024-02-15 17:38:36 -05:00
rusefillc 5c649cd33c Lua: include script feature 2023-11-21 11:49:21 -05:00
rusefillc 8aac513b05 Lua: include script feature
only:proteus_f7
2023-11-20 21:50:06 -05:00
rusefillc 3e0cd23582 Lua: include script feature 2023-11-20 21:24:48 -05:00
rusefillc c3fc6cfe7d Lua: making most important button most visible 2023-11-20 21:24:48 -05:00
rusefillc 786caca2ac Working disconnect button in Console #4862 2023-07-29 01:10:45 -04:00
rusefillc debb360d0c BEEP cool console feature 2023-02-03 19:29:17 -05:00
Matthew Kennedy 2924d98609
use offsetof instead of generated offset defines (#4696)
* constify efi_gpio, use size_t

* use offsetof instead of macros

* don't generate offsets in rusefi_generated.h

* comment explaining the madness

* java fixes

* casing
2022-10-23 16:39:18 -04:00
rusefillc cdc847720a let's separate Android from not Android 2022-10-15 14:36:41 -04:00
rusefillc 2951411d77 Lua: splitting write from burn 2022-02-23 17:02:56 -05:00
rusefillc 179f059671 Lua: 'read from ECU' does not read modified script fix #3906
there is just no reason for that button
2022-02-09 23:45:40 -05:00
rusefillc 0607658373 lua code formatting 2021-11-25 10:18:50 -05:00
rusefillc 743d30f7d6 bugfix - no script on load 2021-11-23 17:16:33 -05:00
rusefi 89221d5367 lua editor re-init on tab change bugfix 2021-11-12 00:20:52 -05:00
rusefi ebed7533b7 Lua: send to ECU to resume output 2021-11-11 19:15:36 -05:00
rusefi 0f5b95ad05 undo/redo shortcuts 2021-11-11 18:54:13 -05:00
rusefillc 3fe486e191 rusEFI console bug while Lua with simulator fix #3387 2021-10-22 11:12:55 -04:00
rusefillc cd457b465a lua wiki URL 2021-10-19 10:51:59 -04:00
rusefillc 00579af8a0 Scrollable stable message list in the rusefi_Console fix #3303
hopefully good enough for progress
2021-10-03 18:06:44 -04:00
rusefillc 46fca43996 lua panel NPE fix 2021-09-18 16:47:16 -04:00
rusefillc f47320fd70 my first Lua 2021-08-31 12:32:05 -04:00
rusefillc 3a141e269a refactoring/code style/making code greener 2021-08-31 09:35:30 -04:00
Matthew Kennedy b373c03db8
Lua script editor in console (#2699)
* stub

* implement reset

* console

* just use the console command

* cleanup

* s

* s

* ui

* write in chunks

* fix write

* tab size, script read

* parse script properly

* put lua script in flash, tiny for now

* generated fields
2021-05-18 20:58:39 +03:00