diff --git a/v5/_static/releases/kernel@4.1.1.zip b/v5/_static/releases/kernel@4.1.1.zip new file mode 100644 index 00000000..3b60360c Binary files /dev/null and b/v5/_static/releases/kernel@4.1.1.zip differ diff --git a/v5/_static/releases/pros-mainline.json b/v5/_static/releases/pros-mainline.json index eea2b2d5..488f49ea 100644 --- a/v5/_static/releases/pros-mainline.json +++ b/v5/_static/releases/pros-mainline.json @@ -616,5 +616,15 @@ "supported_kernels": null, "target": "v5", "version": "4.1.0" + }, + { + "metadata": { + "location": "https://pros.cs.purdue.edu/v5/_static/releases/kernel@4.1.1.zip" + }, + "name": "kernel", + "py/object": "pros.conductor.templates.base_template.BaseTemplate", + "supported_kernels": null, + "target": "v5", + "version": "4.1.1" } ] diff --git a/v5/releases/kernel4.1.1.rst b/v5/releases/kernel4.1.1.rst new file mode 100644 index 00000000..07f9453d --- /dev/null +++ b/v5/releases/kernel4.1.1.rst @@ -0,0 +1,15 @@ +========================= +PROS Kernel 4.1.1 Release +========================= + +.. post:: 15 November, 2024 + :tags: blog, kernel-release + +This update adds functions to get and set the integration time of optical sensors. +These functions were already added to PROS 3, but we forgot to add them to PROS 4.1.0. + +Changelog +--------- + +Features: + - Adds functions to get and set the integration time of optical sensors.