DeltaLima
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-28 22:30:26 +01:00
790b9bb9c9 put stuff into seperate functions
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 20:49:34 +01:00
735cff463e chunked response makes no sense here and does not solve my problem, because it is (afaik) not related
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 01:33:14 +02:00
9af343bd3e delete output implemented
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 00:44:18 +02:00
1419d625a4 add css to File_cangrow_CSS for linkForm class
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 00:42:41 +02:00
fba2210bbd playground - i think using form and submit button for actions edit and delte looks good
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 00:36:11 +02:00
aaf9688d1a playing around with html css js
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-27 00:36:06 +02:00
8955824884 playing around with html css js
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 22:10:43 +02:00
40d0175564 main stuff for adding new output is done. for i2c i have not idea atm what i need.
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 20:22:58 +02:00
b7d21ca868 use toggleDisplay JS func for hiding static ip config when dhcp is used
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 18:26:08 +02:00
c466f1396f correct wrong mimetype for cangrow.js
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 18:14:47 +02:00
54b6d48e1e call Check_GPIOindex_Used only once
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 18:05:14 +02:00
a983129085 put GPIO_Index.note description into char const
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 16:54:45 +02:00
c8247268cc implement checks if gpio is free when adding new output
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 06:43:40 +02:00
22c316edbb only show configured values
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 06:26:49 +02:00
bc15bbab46 first values saving foir the output ports.
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 06:04:13 +02:00
b0f3d05576 output:add put next free output id into hidden input. if none available, return 255
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 05:02:02 +02:00
f7f5fe073b put the chunked response stuff into own function, fix html javascript include
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 04:52:57 +02:00
55997e82eb cleanup - i leave chunked in system/output/add for now, document will get bit bigger i geuss
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 04:52:42 +02:00
bba1687022 cleanup - i leave chunked in system/output/add for now, document will get bit bigger i geuss
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2024-10-26 04:42:42 +02:00
f4624f860e this was my problem i debbuged the last three hours!? >:(( At least i learned how to use chunked responses, yay