... | ... | @@ -48,9 +48,11 @@ Main function includes: |
|
|
|
|
|
## Requirement
|
|
|
- Platform: STA5
|
|
|
|
|
|
- The version can be found in sml_def.h, please follow the latest version.
|
|
|
|
|
|
- The version unmber can be found in sml_def.h, please follow the latest version.
|
|
|
- Rule is (SML_MAJOR_VERSION).(SML_MINOR_VERSION).(SML_MAIN_VERSION)
|
|
|
- (SML_MAJOR_VERSION): +1 if there are big modifications on SmartLink main function.
|
|
|
- (SML_MINOR_VERSION): +1 if the change will impact the communication with other APP.
|
|
|
- (SML_MAIN_VERSION): +1 if the change only impact a small portion of SmartLink function.
|
|
|
- Please import below files to your project, they’re under SmartLink build folder:
|
|
|
<pre>
|
|
|
export
|
... | ... | |