mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
prepare relase 20251007
This commit is contained in:
13
Readme.md
13
Readme.md
@@ -174,6 +174,19 @@ For details refer to the [example description](lib/exampletask/Readme.md).
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
[20251007](../../releases/tag/20251007)
|
||||||
|
*********
|
||||||
|
* add AIS Aton translations (PGN 129041 <-> Ais class 21)
|
||||||
|
* improved mapping of AIS transducer information (NMEA2000) to AIS channel and Talker on NMEA0183
|
||||||
|
* [#114](../../issues/114) correctly translate AIS type 1/3 from PGN 129038
|
||||||
|
* add support for a generic S3 build in the build UI
|
||||||
|
* [#117](../../issues/117) add support for a transmit enable pin for RS 485 conections (also in the build UI)
|
||||||
|
* [#116](../../issues/116) SDA and SCL are swapped in the build UI
|
||||||
|
* [#112](../../issues/112) clearify licenses
|
||||||
|
* [#110](../../issues/110) / [#115](../../pull/115) support for the M5 GPS unit v1.1
|
||||||
|
* [#102](../../issues/102) optimize Wifi reconnect handling
|
||||||
|
* [#111](../../pull/111) allow for a custom python build script
|
||||||
|
|
||||||
[20250305](../../releases/tag/20250305)
|
[20250305](../../releases/tag/20250305)
|
||||||
*********
|
*********
|
||||||
* better handling for reconnect to a raspberry pi after reset [#102](../../issues/102)
|
* better handling for reconnect to a raspberry pi after reset [#102](../../issues/102)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -58,7 +58,7 @@ Files
|
|||||||
Starting from Version 20250305 you should normally not use this file name any more as those styles would be added for all build environments. Instead define a parameter _custom_css_ in your [platformio.ini](platformio.ini) for the environments you would like to add some styles for. This parameter accepts a list of file names (relative to the project root, separated by , or as multi line entry)
|
Starting from Version 20250305 you should normally not use this file name any more as those styles would be added for all build environments. Instead define a parameter _custom_css_ in your [platformio.ini](platformio.ini) for the environments you would like to add some styles for. This parameter accepts a list of file names (relative to the project root, separated by , or as multi line entry)
|
||||||
|
|
||||||
* [script.py](script.py)<br>
|
* [script.py](script.py)<br>
|
||||||
Starting from version 202509xx you can define a parameter "custom_script" in your [platformio.ini](platformio.ini).
|
Starting from version 20251007 you can define a parameter "custom_script" in your [platformio.ini](platformio.ini).
|
||||||
This parameter can contain a list of file names (relative to the project root) that will be added as a [platformio extra script](https://docs.platformio.org/en/latest/scripting/index.html#scripting). The scripts will be loaded at the end of the main [extra_script](../../extra_script.py).
|
This parameter can contain a list of file names (relative to the project root) that will be added as a [platformio extra script](https://docs.platformio.org/en/latest/scripting/index.html#scripting). The scripts will be loaded at the end of the main [extra_script](../../extra_script.py).
|
||||||
You can add code there that is specific for your build.
|
You can add code there that is specific for your build.
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user