micrOSDevToolKit 2.1.4__tar.gz → 2.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. {micrOSDevToolKit-2.1.4/micrOSDevToolKit.egg-info → micrOSDevToolKit-2.2.0}/PKG-INFO +99 -95
  2. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/README.md +98 -94
  3. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/release_info/micrOS_ReleaseInfo/system_analysis_sum.json +30 -30
  4. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Common.py +5 -5
  5. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Hooks.py +15 -1
  6. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_OV2640.py +8 -8
  7. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_VL53L0X.py +1 -1
  8. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_aht10.py +9 -1
  9. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_bme280.py +9 -1
  10. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_buzzer.py +6 -3
  11. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_catgame.py +12 -1
  12. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_cct.py +3 -3
  13. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_co2.py +9 -2
  14. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_dashboard_be.py +4 -4
  15. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_demo.py +20 -8
  16. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dht11.py +8 -1
  17. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dht22.py +8 -1
  18. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_dimmer.py +8 -4
  19. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_distance.py +9 -1
  20. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_ds18.py +9 -1
  21. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_esp32.py +1 -1
  22. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_gameOfLife.py +5 -5
  23. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_i2c.py +1 -1
  24. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_i2s_mic.py +6 -6
  25. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_intercon.py +2 -2
  26. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_keychain.py +4 -4
  27. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_light_sensor.py +10 -2
  28. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_neoeffects.py +2 -3
  29. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_neopixel.py +2 -2
  30. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled.py +25 -17
  31. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled_sh1106.py +24 -20
  32. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_oled_ui.py +27 -14
  33. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_ph_sensor.py +1 -1
  34. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_presence.py +3 -3
  35. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rencoder.py +3 -3
  36. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rest.py +2 -2
  37. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rgb.py +2 -2
  38. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rgbcct.py +4 -4
  39. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_roboarm.py +13 -10
  40. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_rp2w.py +3 -0
  41. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/LM_sdcard.py +3 -0
  42. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_stepper.py +2 -2
  43. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_switch.py +9 -8
  44. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_system.py +6 -5
  45. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_telegram.py +2 -2
  46. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Server.py +38 -37
  47. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Shell.py +1 -1
  48. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Tasks.py +1 -1
  49. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Types.py +25 -19
  50. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/dashboard.html +8 -2
  51. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/uapi.js +3 -4
  52. {micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled → micrOSDevToolKit-2.2.0/micrOS/source}/udashboard.js +15 -14
  53. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/ustyle.css +6 -5
  54. micrOSDevToolKit-2.2.0/micrOS/source/uwidgets.js +179 -0
  55. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0/micrOSDevToolKit.egg-info}/PKG-INFO +99 -95
  56. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/SOURCES.txt +0 -1
  57. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/setup.py +1 -1
  58. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/micrOSClient.py +1 -1
  59. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Common.mpy +0 -0
  60. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Hooks.mpy +0 -0
  61. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_OV2640.mpy +0 -0
  62. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_VL53L0X.py +1 -1
  63. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_aht10.mpy +0 -0
  64. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_bme280.mpy +0 -0
  65. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_buzzer.mpy +0 -0
  66. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_catgame.py +12 -1
  67. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_cct.mpy +0 -0
  68. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_co2.mpy +0 -0
  69. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_dashboard_be.py +4 -4
  70. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_demo.py +20 -8
  71. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dht11.mpy +0 -0
  72. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dht22.mpy +0 -0
  73. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_dimmer.mpy +0 -0
  74. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_distance.py +9 -1
  75. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_ds18.mpy +0 -0
  76. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_esp32.py +1 -1
  77. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_gameOfLife.mpy +0 -0
  78. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_i2c.py +1 -1
  79. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_i2s_mic.mpy +0 -0
  80. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_intercon.mpy +0 -0
  81. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_keychain.mpy +0 -0
  82. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_light_sensor.mpy +0 -0
  83. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_neoeffects.mpy +0 -0
  84. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_neopixel.mpy +0 -0
  85. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled.mpy +0 -0
  86. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled_sh1106.mpy +0 -0
  87. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_oled_ui.mpy +0 -0
  88. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_ph_sensor.py +1 -1
  89. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_presence.mpy +0 -0
  90. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rencoder.py +3 -3
  91. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_rest.mpy +0 -0
  92. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rgb.mpy +0 -0
  93. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rgbcct.mpy +0 -0
  94. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_roboarm.mpy +0 -0
  95. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_rp2w.py +3 -0
  96. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/LM_sdcard.py +3 -0
  97. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_stepper.mpy +0 -0
  98. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_switch.mpy +0 -0
  99. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/LM_system.mpy +0 -0
  100. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_telegram.mpy +0 -0
  101. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Server.mpy +0 -0
  102. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Shell.mpy +0 -0
  103. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Tasks.mpy +0 -0
  104. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/Types.mpy +0 -0
  105. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/dashboard.html +8 -2
  106. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/uapi.js +3 -4
  107. {micrOSDevToolKit-2.1.4/micrOS/source → micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled}/udashboard.js +15 -14
  108. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/ustyle.css +6 -5
  109. micrOSDevToolKit-2.2.0/toolkit/workspace/precompiled/uwidgets.js +179 -0
  110. micrOSDevToolKit-2.1.4/micrOS/source/uwidgets.js +0 -105
  111. micrOSDevToolKit-2.1.4/toolkit/user_data/node_config_archive/.include +0 -0
  112. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Common.mpy +0 -0
  113. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Hooks.mpy +0 -0
  114. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_aht10.mpy +0 -0
  115. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_bme280.mpy +0 -0
  116. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_co2.mpy +0 -0
  117. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dht11.mpy +0 -0
  118. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dht22.mpy +0 -0
  119. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_dimmer.mpy +0 -0
  120. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_ds18.mpy +0 -0
  121. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_light_sensor.mpy +0 -0
  122. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled.mpy +0 -0
  123. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled_sh1106.mpy +0 -0
  124. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_oled_ui.mpy +0 -0
  125. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_rest.mpy +0 -0
  126. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_roboarm.mpy +0 -0
  127. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_switch.mpy +0 -0
  128. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/LM_system.mpy +0 -0
  129. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Server.mpy +0 -0
  130. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/Types.mpy +0 -0
  131. micrOSDevToolKit-2.1.4/toolkit/workspace/precompiled/uwidgets.js +0 -105
  132. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/LICENSE +0 -0
  133. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/MANIFEST.in +0 -0
  134. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/devToolKit.py +0 -0
  135. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/__init__.py +0 -0
  136. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/.DS_Store +0 -0
  137. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CH34XSER_MAC/CH34X_DRV_INSTALL_INSTRUCTIONS.pdf +0 -0
  138. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CH34XSER_MAC/CH34xVCPDriver.pkg +0 -0
  139. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210xVCPInstaller_x64.exe +0 -0
  140. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210xVCPInstaller_x86.exe +0 -0
  141. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/CP210x_Universal_Windows_Driver_ReleaseNotes.txt +0 -0
  142. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/SLAB_License_Agreement_VCP_Windows.txt +0 -0
  143. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/arm/silabser.sys +0 -0
  144. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/arm64/silabser.sys +0 -0
  145. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/dpinst.xml +0 -0
  146. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/silabser.cat +0 -0
  147. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/silabser.inf +0 -0
  148. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/x64/silabser.sys +0 -0
  149. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/CP210x_Universal_Windows_Driver/x86/silabser.sys +0 -0
  150. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/macOS_VCP_Driver/SiLabsUSBDriverDisk.dmg +0 -0
  151. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/env/driver_cp210x/macOS_VCP_Driver/macOS_VCP_Driver_Release_Notes.txt +0 -0
  152. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/__init__.py +0 -0
  153. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/dnd.png +0 -0
  154. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/logo.png +0 -0
  155. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/logo_mini.png +0 -0
  156. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/usb_port_icon.png +0 -0
  157. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/media/wifi_icon.png +0 -0
  158. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/__init__.py +0 -0
  159. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32-20231005-v1.21.0.bin +0 -0
  160. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32c3-GENERIC-20240105-v1.22.1.bin +0 -0
  161. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32c3-GENERIC-20240222-v1.22.2.bin +0 -0
  162. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32cam-v1.21.0_camera.bin +0 -0
  163. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s2-GENERIC-20240105-v1.22.1.bin +0 -0
  164. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s2-LOLIN_MINI-20220618-v1.19.1.bin +0 -0
  165. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s3-GENERIC-20240105-v1.22.1.bin +0 -0
  166. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/esp32s3_spiram_oct-20231005-v1.21.0.bin +0 -0
  167. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/rpi-pico-w-20231005-v1.21.0.uf2 +0 -0
  168. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/tinypico-20231005-v1.21.0.bin +0 -0
  169. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/micropython/tinypico-usbc-UM-20240105-v1.22.1.bin +0 -0
  170. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/.DS_Store +0 -0
  171. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Config.py +0 -0
  172. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Debug.py +0 -0
  173. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32.py +0 -0
  174. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32c3.py +0 -0
  175. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32s2.py +0 -0
  176. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_esp32s3.py +0 -0
  177. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_qtpy.py +0 -0
  178. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_rp2.py +0 -0
  179. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/IO_tinypico.py +0 -0
  180. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/InterConnect.py +0 -0
  181. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Interrupts.py +0 -0
  182. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_L298N_DCmotor.py +0 -0
  183. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_L9110_DCmotor.py +0 -0
  184. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_genIO.py +0 -0
  185. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_ld2410.py +0 -0
  186. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_lmpacman.py +0 -0
  187. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_pet_feeder.py +0 -0
  188. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_robustness.py +0 -0
  189. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_servo.py +0 -0
  190. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/LM_tinyrgb.py +0 -0
  191. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Network.py +0 -0
  192. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Notify.py +0 -0
  193. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Scheduler.py +0 -0
  194. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/Time.py +0 -0
  195. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/index.html +0 -0
  196. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/main.py +0 -0
  197. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/micrOS.py +0 -0
  198. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/micrOSloader.py +0 -0
  199. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/microIO.py +0 -0
  200. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/reset.py +0 -0
  201. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOS/source/urequests.py +0 -0
  202. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/dependency_links.txt +0 -0
  203. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/requires.txt +0 -0
  204. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/micrOSDevToolKit.egg-info/top_level.txt +0 -0
  205. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/setup.cfg +0 -0
  206. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvCompile.py +0 -0
  207. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvOTA.py +0 -0
  208. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/DevEnvUSB.py +0 -0
  209. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/Gateway.py +0 -0
  210. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/LM_to_compile.dat +0 -0
  211. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/MicrOSDevEnv.py +0 -0
  212. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/__init__.py +0 -0
  213. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/AirQualityBME280.py +0 -0
  214. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/AirQualityDHT22_CO2.py +0 -0
  215. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CCTDemo.py +0 -0
  216. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CCTTest.py +0 -0
  217. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CamStream.py +0 -0
  218. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/CatGame.py +0 -0
  219. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/Dimmer.py +0 -0
  220. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/GetVersion.py +0 -0
  221. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/MicrophoneTest.py +0 -0
  222. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/NeoEffectsDemo.py +0 -0
  223. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/NeopixelTest.py +0 -0
  224. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/PresenceTest.py +0 -0
  225. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/RGBTest.py +0 -0
  226. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/RoboArm.py +0 -0
  227. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/SED_test.py +0 -0
  228. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/SystemTest.py +0 -0
  229. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/Template_app.py +0 -0
  230. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/__init__.py +0 -0
  231. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_capture.py +0 -0
  232. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_micPlotting.py +0 -0
  233. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/_presencePlotting.py +0 -0
  234. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/dashboard_apps/uLightDemo.py +0 -0
  235. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/img_stream.html +0 -0
  236. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/index.html +0 -0
  237. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/LocalMachine.py +0 -0
  238. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SafeInput.py +0 -0
  239. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SearchDevices.py +0 -0
  240. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/SerialDriverHandler.py +0 -0
  241. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/TerminalColors.py +0 -0
  242. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/__init__.py +0 -0
  243. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/file_extensions.py +0 -0
  244. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/lib/pip_package_installer.py +0 -0
  245. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/micrOSdashboard.py +0 -0
  246. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/micrOSlint.py +0 -0
  247. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/LP_darwin.py +0 -0
  248. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-312.pyc +0 -0
  249. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-38.pyc +0 -0
  250. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/LP_darwin.cpython-39.pyc +0 -0
  251. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dht.cpython-312.pyc +0 -0
  252. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dht.cpython-39.pyc +0 -0
  253. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-312.pyc +0 -0
  254. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-38.pyc +0 -0
  255. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/dotstar.cpython-39.pyc +0 -0
  256. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-312.pyc +0 -0
  257. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-38.pyc +0 -0
  258. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ds18x20.cpython-39.pyc +0 -0
  259. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-312.pyc +0 -0
  260. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-38.pyc +0 -0
  261. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/esp32.cpython-39.pyc +0 -0
  262. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-312.pyc +0 -0
  263. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-38.pyc +0 -0
  264. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/framebuf.cpython-39.pyc +0 -0
  265. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-312.pyc +0 -0
  266. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-38.pyc +0 -0
  267. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/machine.cpython-39.pyc +0 -0
  268. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-312.pyc +0 -0
  269. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-38.pyc +0 -0
  270. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/micropython.cpython-39.pyc +0 -0
  271. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-312.pyc +0 -0
  272. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-38.pyc +0 -0
  273. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/neopixel.cpython-39.pyc +0 -0
  274. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-312.pyc +0 -0
  275. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-38.pyc +0 -0
  276. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/network.cpython-39.pyc +0 -0
  277. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ntptime.cpython-312.pyc +0 -0
  278. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-312.pyc +0 -0
  279. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-38.pyc +0 -0
  280. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/onewire.cpython-39.pyc +0 -0
  281. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-312.pyc +0 -0
  282. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-38.pyc +0 -0
  283. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/sim_console.cpython-39.pyc +0 -0
  284. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-312.pyc +0 -0
  285. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-38.pyc +0 -0
  286. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simgc.cpython-39.pyc +0 -0
  287. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-312.pyc +0 -0
  288. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-38.pyc +0 -0
  289. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/simulator.cpython-39.pyc +0 -0
  290. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-312.pyc +0 -0
  291. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-38.pyc +0 -0
  292. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/tinypico.cpython-39.pyc +0 -0
  293. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-312.pyc +0 -0
  294. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-38.pyc +0 -0
  295. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/uasyncio.cpython-39.pyc +0 -0
  296. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/usocket.cpython-312.pyc +0 -0
  297. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ussl.cpython-312.pyc +0 -0
  298. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ustruct.cpython-312.pyc +0 -0
  299. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/ustruct.cpython-39.pyc +0 -0
  300. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-312.pyc +0 -0
  301. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-38.pyc +0 -0
  302. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/utime.cpython-39.pyc +0 -0
  303. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-312.pyc +0 -0
  304. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-38.pyc +0 -0
  305. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/__pycache__/webrepl.cpython-39.pyc +0 -0
  306. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/dht.py +0 -0
  307. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/dotstar.py +0 -0
  308. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ds18x20.py +0 -0
  309. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/esp32.py +0 -0
  310. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/framebuf.py +0 -0
  311. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/machine.py +0 -0
  312. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/micropython.py +0 -0
  313. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/neopixel.py +0 -0
  314. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/network.py +0 -0
  315. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/node_config.json +0 -0
  316. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ntptime.py +0 -0
  317. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/onewire.py +0 -0
  318. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/sim_console.py +0 -0
  319. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/simgc.py +0 -0
  320. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/simulator.py +0 -0
  321. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/tinypico.py +0 -0
  322. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/uasyncio.py +0 -0
  323. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/usocket.py +0 -0
  324. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ussl.py +0 -0
  325. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/ustruct.py +0 -0
  326. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/utime.py +0 -0
  327. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/simulator_lib/webrepl.py +0 -0
  328. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/socketClient.py +0 -0
  329. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/.include +0 -0
  330. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/webhooks/generic.py +0 -0
  331. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/user_data/webhooks/template.py +0 -0
  332. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/__init__.py +0 -0
  333. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Config.mpy +0 -0
  334. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Debug.mpy +0 -0
  335. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32.mpy +0 -0
  336. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32c3.mpy +0 -0
  337. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32s2.mpy +0 -0
  338. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_esp32s3.mpy +0 -0
  339. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_qtpy.mpy +0 -0
  340. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_rp2.mpy +0 -0
  341. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/IO_tinypico.mpy +0 -0
  342. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/InterConnect.mpy +0 -0
  343. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Interrupts.mpy +0 -0
  344. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_L298N_DCmotor.mpy +0 -0
  345. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_L9110_DCmotor.py +0 -0
  346. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_genIO.mpy +0 -0
  347. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_ld2410.mpy +0 -0
  348. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_lmpacman.mpy +0 -0
  349. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_pet_feeder.py +0 -0
  350. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_robustness.py +0 -0
  351. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_servo.mpy +0 -0
  352. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/LM_tinyrgb.mpy +0 -0
  353. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Network.mpy +0 -0
  354. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Notify.mpy +0 -0
  355. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Scheduler.mpy +0 -0
  356. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/Time.mpy +0 -0
  357. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/_mpy.version +0 -0
  358. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/index.html +0 -0
  359. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/main.py +0 -0
  360. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/micrOS.mpy +0 -0
  361. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/micrOSloader.mpy +0 -0
  362. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/microIO.mpy +0 -0
  363. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/reset.mpy +0 -0
  364. {micrOSDevToolKit-2.1.4 → micrOSDevToolKit-2.2.0}/toolkit/workspace/precompiled/urequests.mpy +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: micrOSDevToolKit
3
- Version: 2.1.4
3
+ Version: 2.2.0
4
4
  Summary: Development and deployment environment for micrOS, the diy micropython automation OS (IoT)
5
5
  Home-page: https://github.com/BxNxM/micrOS
6
6
  Author: Marcell Ban
@@ -45,7 +45,7 @@ Thanks for ![GitHub stars](https://img.shields.io/github/stars/BxNxM/micrOS), fo
45
45
  [![PyPI Version](https://img.shields.io/pypi/v/micrOSDevToolKit)](https://pypi.org/project/micrOSDevToolKit/)
46
46
 
47
47
 
48
- **micrOS** is a mini **application** execution **platform** with ShellCli (socket) and webCli (http) **servers** and several **other** embedded **features**.
48
+ **micrOS** is a mini **application** execution **platform** with ShellCli (socket) and WebCli (http) **servers** and several **other** embedded **features**.
49
49
  > It uses direct wifi connection to access the exposed functionalities.<br/>
50
50
 
51
51
  In case of any technical comments or requests, please use [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github&style=flat)](https://github.com/BxNxM/micrOS/discussions).
@@ -111,9 +111,9 @@ I would suggest to use micrOS GUI as a primary interface for micrOS development
111
111
 
112
112
  <br/>
113
113
 
114
- ### 1. Install python3.9
114
+ ### 1. Install python3.9+
115
115
 
116
- Link for python 3.9 [download](https://www.python.org/downloads/release/python-390/)
116
+ Link for python 3.9+ [download](https://www.python.org/downloads/release/python-390/)
117
117
 
118
118
  > Note: **Allow extend system path** with that python version (installation parameter) </br>
119
119
  > On **Windows**: RUN AS ADMINISTARTOR
@@ -235,7 +235,7 @@ It will install your board via USB with default settings. **Continue with micrOS
235
235
  - 📄**Config handling** - user config - **node_config.json**
236
236
  - ⏳**Boot phase** - preload Load Module(s)
237
237
  - For pinout and last state initialization - based on node_config `boothook`
238
- - Example values: `rgb load_n_init; neopixel load_n_init`
238
+ - Example values: `rgb load; neopixel load`
239
239
  - 📡**Network handling** - based on node_config
240
240
  - STA / AP network modes, `nwmd`
241
241
  - NTP + UTC aka clock setup
@@ -355,7 +355,7 @@ These parameters controlls micrOS core functionalities, so you can define an ent
355
355
  | **`staessid`** | `your_wifi_name` `<str>` | Yes | Wifi router name to connect (for STA default connection mode). You can list multiple wifi names separated with `;`
356
356
  | **`stapwd`** | `your_wifi_passwd` `<str>` | Yes | Wifi router password (for STA default connection mode). You can list multiple wifi passwords separated with `;` connected in order to `staessid` wifi names.
357
357
  | **`appwd`** | `ADmin123` `<str>` | Yes | Device system password.: Used in AP password (access point mode) + webrepl password + micrOS auth
358
- | **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load_n_init; cct load_n_init` but you can call any load module function here if you want to run it at boot time.
358
+ | **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load; cct load` but you can call any load module function here if you want to run it at boot time.
359
359
  | **`webui`** | `False` `bool` | Yes | Launch http rest server on port 80 (in parallel with micrOS shell on port 9008 aka `socport`). It has 2 endpoints: / aka main page (index.html) and /rest aka rest (json) interface for load module execution. Example: `<devfid>.local` or `<devfid>.local/rest` + optional parameters: `/rgb/toggle`. **Apple shortcuts compatible**
360
360
  | | |
361
361
  | **`cron`** | `False` `<bool>` | Yes | Enable timestamp based Load Module execution aka Cron scheduler (linux terminology), Timer(1) hardware interrupt enabler.
@@ -439,40 +439,36 @@ Official [DockerHub](https://hub.docker.com/repository/docker/bxnxm/micros-gatew
439
439
  ----------------------------------------
440
440
 
441
441
 
442
- ## RELESE NOTE
442
+ ## FUTURE RELEASE PLANS
443
443
 
444
- Future planned features in version **2.(x+1).0-0**
444
+ Version **3.0.0-0**
445
445
 
446
446
  ```
447
- Core:
448
- - Socket SSL/TLS integration (with auth.)
449
- - WebCli (http), ShellCli (terminal) and InterCon
450
- - micropython 1.22+ required
451
- - Study of ESP-NOW integration into InterCon (micropython requirements?)
452
-
453
- Load Module:
454
- - Camera support (LM_OV2640.py) embed into dashboard.html
447
+ Core:
448
+ - Async SSL/TLS integration (micropython 1.22+ required)
449
+ - urequest module async redesign for rest clients
450
+ - Notify (telegram) + server (listener - chatbot)
451
+ - Time (ntp location + sunset/sunrise api)
455
452
  ```
456
453
 
457
- Future planned features in version **2.(x+2).0-0**
454
+ Version **3.1.0-0**
458
455
 
459
456
  ```
460
- Core:
461
- - Network stack redesign
462
- - Network
463
- - wifi (defualt, current interfaces)
464
- - Study of ble (Shell)
465
-
466
- Load Module:
467
- - (?)
457
+ Core:
458
+ - Async socket SSL/TLS integration (with auth.)
459
+ - WebCli (http), ShellCli (terminal) and InterCon
460
+ - Study of ESP-NOW (peer-to-peer communication) integration into InterCon (micropython requirements?)
468
461
  ```
469
462
 
470
- Future main Version **3.0.0-0**
463
+ Version **4.0.0-0**
471
464
 
472
465
  ```
473
- Optimization of new features...
474
- Core:
475
- - Low power mode (with ble) and soft-sleep / deep-sleep
466
+ Core:
467
+ - Network stack redesign
468
+ - Network
469
+ - wifi (defualt, current interfaces)
470
+ - Study of BLE (Shell)
471
+ - Low power mode (with BLE) and soft-sleep / deep-sleep
476
472
  ```
477
473
 
478
474
 
@@ -681,7 +677,7 @@ devToolKit.py -c -p '--dev BedLamp conf <a> dump'
681
677
  nwmd : STA
682
678
  timirqcbf : system ha_sta
683
679
  irq_prell_ms: 300
684
- boothook : cct load_n_init
680
+ boothook : cct load
685
681
  aioqueue : 3
686
682
  auth : False
687
683
  timirqseq : 60000
@@ -792,77 +788,85 @@ Bye!
792
788
 
793
789
  ```
794
790
  Core micrOS resources
795
- 1 172 Time.py (mlint: True) (pylint: 8.76) (ref.: 6)
796
- 2 123 micrOSloader.py (mlint: True) (pylint: 7.63) (ref.: 1)
797
- 3 53 Hooks.py (mlint: True) (pylint: 9.62) (ref.: 1)
798
- 4 452 Server.py (mlint: True) (pylint: 9.23) (ref.: 4)
799
- 5 516 Tasks.py (mlint: True) (pylint: 9.46) (ref.: 11)
800
- 6 220 Config.py (mlint: True) (pylint: 9.38) (ref.: 12)
801
- 7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
802
- 8 264 Shell.py (mlint: True) (pylint: 9.4) (ref.: 1)
803
- 9 213 Notify.py (mlint: True) (pylint: 9.57) (ref.: 2)
804
- 10 161 Common.py (mlint: True) (pylint: 8.98) (ref.: 19)
805
- 11 155 InterConnect.py (mlint: True) (pylint: 9.11) (ref.: 1)
806
- 12 204 Debug.py (mlint: True) (pylint: 8.61) (ref.: 23)
807
- 13 214 Network.py (mlint: True) (pylint: 9.64) (ref.: 9)
808
- 14 225 Scheduler.py (mlint: True) (pylint: 9.43) (ref.: 1)
809
- 15 133 microIO.py (mlint: True) (pylint: 9.05) (ref.: 35)
810
- 16 69 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
811
- 17 159 Interrupts.py (mlint: True) (pylint: 9.08) (ref.: 2)
812
- 18 19 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
813
- 19 146 urequests.py (mlint: True) (pylint: 8.79) (ref.: 3)
814
-
815
- SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3507
791
+ 1 154 Time.py (mlint: True) (pylint: 9.17) (ref.: 6)
792
+ 2 104 micrOSloader.py (mlint: True) (pylint: 7.59) (ref.: 1)
793
+ 3 50 Hooks.py (mlint: True) (pylint: 9.68) (ref.: 1)
794
+ 4 418 Server.py (mlint: True) (pylint: 9.29) (ref.: 4)
795
+ 5 454 Tasks.py (mlint: True) (pylint: 9.71) (ref.: 13)
796
+ 6 185 Config.py (mlint: True) (pylint: 9.44) (ref.: 13)
797
+ 7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
798
+ 8 225 Shell.py (mlint: True) (pylint: 9.61) (ref.: 1)
799
+ 9 179 Notify.py (mlint: True) (pylint: 9.55) (ref.: 2)
800
+ 10 77 Types.py (mlint: True) (pylint: 9.69) (ref.: 11)
801
+ 11 157 Common.py (mlint: True) (pylint: 9.1) (ref.: 24)
802
+ 12 153 InterConnect.py (mlint: True) (pylint: 9.4) (ref.: 1)
803
+ 13 177 Debug.py (mlint: True) (pylint: 8.72) (ref.: 22)
804
+ 14 164 Network.py (mlint: True) (pylint: 9.71) (ref.: 10)
805
+ 15 183 Scheduler.py (mlint: True) (pylint: 9.61) (ref.: 1)
806
+ 16 113 microIO.py (mlint: True) (pylint: 9.08) (ref.: 38)
807
+ 17 49 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
808
+ 18 113 Interrupts.py (mlint: True) (pylint: 9.05) (ref.: 2)
809
+ 19 15 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
810
+ 20 117 urequests.py (mlint: True) (pylint: 8.9) (ref.: 4)
811
+
812
+ SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3096
816
813
  ```
817
814
 
818
815
  #### micrOS Load Modules
819
816
 
820
817
  ```
821
818
  micrOS Load Module resources
822
- 1 262 LM_roboarm.py (mlint: True) (pylint: 9.18) (ref.: 0)
823
- 2 133 LM_stepper.py (mlint: True) (pylint: 9.04) (ref.: 1)
824
- 3 129 LM_genIO.py (mlint: True) (pylint: 7.42) (ref.: 1)
825
- 4 499 LM_oled_ui.py (mlint: False) (pylint: 8.74) (ref.: 0)
826
- 5 197 LM_system.py (mlint: True) (pylint: 7.48) (ref.: 2)
827
- 6 53 LM_robustness.py (mlint: True) (pylint: 7.04) (ref.: 0)
828
- 7 122 LM_co2.py (mlint: True) (pylint: 8.39) (ref.: 3)
829
- 8 217 LM_oled.py (mlint: True) (pylint: 9.31) (ref.: 1)
830
- 9 85 LM_tinyrgb.py (mlint: True) (pylint: 8.18) (ref.: 0)
831
- 10 104 LM_aht10.py (mlint: False) (pylint: 8.39) (ref.: 0)
832
- 11 299 LM_bme280.py (mlint: True) (pylint: 7.98) (ref.: 0)
833
- 12 39 LM_ph_sensor.py (mlint: True) (pylint: 6.32) (ref.: 0)
834
- 13 240 LM_buzzer.py (mlint: True) (pylint: 8.79) (ref.: 0)
835
- 14 224 LM_switch.py (mlint: True) (pylint: 8.64) (ref.: 2)
836
- 15 124 LM_servo.py (mlint: True) (pylint: 7.87) (ref.: 4)
837
- 16 49 LM_rgbcct.py (mlint: True) (pylint: 8.57) (ref.: 0)
838
- 17 280 LM_oled_sh1106.py (mlint: True) (pylint: 8.88) (ref.: 1)
839
- 18 304 LM_neopixel.py (mlint: True) (pylint: 7.34) (ref.: 2)
840
- 19 317 LM_cct.py (mlint: True) (pylint: 8.65) (ref.: 1)
841
- 20 47 LM_L9110_DCmotor.py (mlint: True) (pylint: 8.08) (ref.: 0)
842
- 21 283 LM_neoeffects.py (mlint: True) (pylint: 6.97) (ref.: 0)
843
- 22 33 LM_i2c.py (mlint: True) (pylint: 6.43) (ref.: 0)
844
- 23 72 LM_dht22.py (mlint: True) (pylint: 7.78) (ref.: 0)
845
- 24 68 LM_L298N_DCmotor.py (mlint: True) (pylint: 9.02) (ref.: 0)
846
- 25 44 LM_esp32.py (mlint: True) (pylint: 5.0) (ref.: 0)
847
- 26 64 LM_pet_feeder.py (mlint: True) (pylint: 7.94) (ref.: 0)
848
- 27 87 LM_rencoder.py (mlint: False) (pylint: 8.24) (ref.: 0)
849
- 28 72 LM_dht11.py (mlint: True) (pylint: 7.78) (ref.: 0)
850
- 29 76 LM_telegram.py (mlint: False) (pylint: 9.15) (ref.: 0)
851
- 30 161 LM_OV2640.py (mlint: False) (pylint: 8.94) (ref.: 0)
852
- 31 282 LM_rgb.py (mlint: True) (pylint: 8.4) (ref.: 2)
853
- 32 70 LM_distance.py (mlint: True) (pylint: 8.37) (ref.: 0)
854
- 33 323 LM_VL53L0X.py (mlint: True) (pylint: 9.14) (ref.: 0)
855
- 34 107 LM_light_sensor.py (mlint: True) (pylint: 8.91) (ref.: 0)
856
- 35 12 LM_rp2w.py (mlint: True) (pylint: 5.56) (ref.: 0)
857
- 36 207 LM_presence.py (mlint: False) (pylint: 8.38) (ref.: 4)
858
- 37 200 LM_dimmer.py (mlint: True) (pylint: 8.32) (ref.: 0)
859
- 38 60 LM_demo.py (mlint: False) (pylint: 8.46) (ref.: 0)
860
- 39 96 LM_lmpacman.py (mlint: True) (pylint: 6.98) (ref.: 0)
861
- 40 60 LM_catgame.py (mlint: True) (pylint: 8.85) (ref.: 0)
862
- 41 46 LM_intercon.py (mlint: True) (pylint: 8.64) (ref.: 3)
863
- 42 54 LM_ds18.py (mlint: True) (pylint: 5.38) (ref.: 0)
864
-
865
- SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6201
819
+ 1 231 LM_roboarm.py (mlint: True) (pylint: 9.11) (ref.: 0)
820
+ 2 122 LM_stepper.py (mlint: True) (pylint: 8.9) (ref.: 1)
821
+ 3 118 LM_genIO.py (mlint: True) (pylint: 7.26) (ref.: 1)
822
+ 4 498 LM_oled_ui.py (mlint: False) (pylint: 8.83) (ref.: 0)
823
+ 5 190 LM_system.py (mlint: True) (pylint: 7.57) (ref.: 3)
824
+ 6 63 LM_robustness.py (mlint: True) (pylint: 7.5) (ref.: 0)
825
+ 7 115 LM_co2.py (mlint: True) (pylint: 8.42) (ref.: 3)
826
+ 8 34 LM_rest.py (mlint: False) (pylint: 7.0) (ref.: 0)
827
+ 9 266 LM_oled.py (mlint: True) (pylint: 9.23) (ref.: 3)
828
+ 10 72 LM_tinyrgb.py (mlint: True) (pylint: 7.95) (ref.: 0)
829
+ 11 96 LM_aht10.py (mlint: True) (pylint: 8.73) (ref.: 0)
830
+ 12 293 LM_bme280.py (mlint: True) (pylint: 8.03) (ref.: 0)
831
+ 13 37 LM_ph_sensor.py (mlint: True) (pylint: 5.79) (ref.: 0)
832
+ 14 241 LM_buzzer.py (mlint: True) (pylint: 8.83) (ref.: 0)
833
+ 15 199 LM_switch.py (mlint: True) (pylint: 8.56) (ref.: 2)
834
+ 16 113 LM_servo.py (mlint: True) (pylint: 7.73) (ref.: 4)
835
+ 17 53 LM_rgbcct.py (mlint: True) (pylint: 8.62) (ref.: 0)
836
+ 18 284 LM_oled_sh1106.py (mlint: True) (pylint: 8.79) (ref.: 1)
837
+ 19 150 LM_ld2410.py (mlint: True) (pylint: 9.07) (ref.: 0)
838
+ 20 273 LM_neopixel.py (mlint: True) (pylint: 7.59) (ref.: 2)
839
+ 21 274 LM_cct.py (mlint: True) (pylint: 8.83) (ref.: 1)
840
+ 22 38 LM_L9110_DCmotor.py (mlint: True) (pylint: 7.69) (ref.: 0)
841
+ 23 256 LM_neoeffects.py (mlint: True) (pylint: 6.91) (ref.: 0)
842
+ 24 30 LM_i2c.py (mlint: True) (pylint: 5.71) (ref.: 0)
843
+ 25 69 LM_dht22.py (mlint: True) (pylint: 8.0) (ref.: 0)
844
+ 26 59 LM_L298N_DCmotor.py (mlint: True) (pylint: 8.78) (ref.: 0)
845
+ 27 37 LM_esp32.py (mlint: True) (pylint: 4.38) (ref.: 0)
846
+ 28 56 LM_pet_feeder.py (mlint: True) (pylint: 7.88) (ref.: 0)
847
+ 29 82 LM_rencoder.py (mlint: True) (pylint: 8.92) (ref.: 0)
848
+ 30 247 LM_keychain.py (mlint: False) (pylint: 9.14) (ref.: 0)
849
+ 31 69 LM_dht11.py (mlint: True) (pylint: 8.0) (ref.: 0)
850
+ 32 74 LM_telegram.py (mlint: False) (pylint: 8.94) (ref.: 0)
851
+ 33 177 LM_OV2640.py (mlint: False) (pylint: 9.06) (ref.: 0)
852
+ 34 249 LM_rgb.py (mlint: True) (pylint: 8.66) (ref.: 1)
853
+ 35 62 LM_distance.py (mlint: True) (pylint: 8.14) (ref.: 0)
854
+ 36 313 LM_VL53L0X.py (mlint: True) (pylint: 9.07) (ref.: 0)
855
+ 37 107 LM_light_sensor.py (mlint: True) (pylint: 8.94) (ref.: 0)
856
+ 38 12 LM_rp2w.py (mlint: True) (pylint: 4.44) (ref.: 0)
857
+ 39 190 LM_presence.py (mlint: True) (pylint: 8.75) (ref.: 4)
858
+ 40 29 LM_dashboard_be.py (mlint: True) (pylint: 6.5) (ref.: 0)
859
+ 41 170 LM_dimmer.py (mlint: True) (pylint: 8.22) (ref.: 0)
860
+ 42 66 LM_demo.py (mlint: False) (pylint: 8.21) (ref.: 0)
861
+ 43 105 LM_lmpacman.py (mlint: True) (pylint: 8.38) (ref.: 0)
862
+ 44 176 LM_gameOfLife.py (mlint: True) (pylint: 9.29) (ref.: 2)
863
+ 45 58 LM_catgame.py (mlint: True) (pylint: 8.46) (ref.: 0)
864
+ 46 42 LM_intercon.py (mlint: True) (pylint: 8.18) (ref.: 3)
865
+ 47 43 LM_ds18.py (mlint: True) (pylint: 5.0) (ref.: 2)
866
+ 48 250 LM_i2s_mic.py (mlint: False) (pylint: 8.71) (ref.: 1)
867
+ 49 34 LM_sdcard.py (mlint: True) (pylint: 7.88) (ref.: 0)
868
+
869
+ SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6822
866
870
  ```
867
871
 
868
872
  > LM (Load Modules) - Application logic - accessable over socket server as a command
@@ -17,7 +17,7 @@ Thanks for ![GitHub stars](https://img.shields.io/github/stars/BxNxM/micrOS), fo
17
17
  [![PyPI Version](https://img.shields.io/pypi/v/micrOSDevToolKit)](https://pypi.org/project/micrOSDevToolKit/)
18
18
 
19
19
 
20
- **micrOS** is a mini **application** execution **platform** with ShellCli (socket) and webCli (http) **servers** and several **other** embedded **features**.
20
+ **micrOS** is a mini **application** execution **platform** with ShellCli (socket) and WebCli (http) **servers** and several **other** embedded **features**.
21
21
  > It uses direct wifi connection to access the exposed functionalities.<br/>
22
22
 
23
23
  In case of any technical comments or requests, please use [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github&style=flat)](https://github.com/BxNxM/micrOS/discussions).
@@ -83,9 +83,9 @@ I would suggest to use micrOS GUI as a primary interface for micrOS development
83
83
 
84
84
  <br/>
85
85
 
86
- ### 1. Install python3.9
86
+ ### 1. Install python3.9+
87
87
 
88
- Link for python 3.9 [download](https://www.python.org/downloads/release/python-390/)
88
+ Link for python 3.9+ [download](https://www.python.org/downloads/release/python-390/)
89
89
 
90
90
  > Note: **Allow extend system path** with that python version (installation parameter) </br>
91
91
  > On **Windows**: RUN AS ADMINISTARTOR
@@ -207,7 +207,7 @@ It will install your board via USB with default settings. **Continue with micrOS
207
207
  - 📄**Config handling** - user config - **node_config.json**
208
208
  - ⏳**Boot phase** - preload Load Module(s)
209
209
  - For pinout and last state initialization - based on node_config `boothook`
210
- - Example values: `rgb load_n_init; neopixel load_n_init`
210
+ - Example values: `rgb load; neopixel load`
211
211
  - 📡**Network handling** - based on node_config
212
212
  - STA / AP network modes, `nwmd`
213
213
  - NTP + UTC aka clock setup
@@ -327,7 +327,7 @@ These parameters controlls micrOS core functionalities, so you can define an ent
327
327
  | **`staessid`** | `your_wifi_name` `<str>` | Yes | Wifi router name to connect (for STA default connection mode). You can list multiple wifi names separated with `;`
328
328
  | **`stapwd`** | `your_wifi_passwd` `<str>` | Yes | Wifi router password (for STA default connection mode). You can list multiple wifi passwords separated with `;` connected in order to `staessid` wifi names.
329
329
  | **`appwd`** | `ADmin123` `<str>` | Yes | Device system password.: Used in AP password (access point mode) + webrepl password + micrOS auth
330
- | **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load_n_init; cct load_n_init` but you can call any load module function here if you want to run it at boot time.
330
+ | **`boothook`** | `n/a` `<str>` | Yes | Add Load Module execution(s) to the boot sequence. Separator `;`. Examples: `rgb load; cct load` but you can call any load module function here if you want to run it at boot time.
331
331
  | **`webui`** | `False` `bool` | Yes | Launch http rest server on port 80 (in parallel with micrOS shell on port 9008 aka `socport`). It has 2 endpoints: / aka main page (index.html) and /rest aka rest (json) interface for load module execution. Example: `<devfid>.local` or `<devfid>.local/rest` + optional parameters: `/rgb/toggle`. **Apple shortcuts compatible**
332
332
  | | |
333
333
  | **`cron`** | `False` `<bool>` | Yes | Enable timestamp based Load Module execution aka Cron scheduler (linux terminology), Timer(1) hardware interrupt enabler.
@@ -411,40 +411,36 @@ Official [DockerHub](https://hub.docker.com/repository/docker/bxnxm/micros-gatew
411
411
  ----------------------------------------
412
412
 
413
413
 
414
- ## RELESE NOTE
414
+ ## FUTURE RELEASE PLANS
415
415
 
416
- Future planned features in version **2.(x+1).0-0**
416
+ Version **3.0.0-0**
417
417
 
418
418
  ```
419
- Core:
420
- - Socket SSL/TLS integration (with auth.)
421
- - WebCli (http), ShellCli (terminal) and InterCon
422
- - micropython 1.22+ required
423
- - Study of ESP-NOW integration into InterCon (micropython requirements?)
424
-
425
- Load Module:
426
- - Camera support (LM_OV2640.py) embed into dashboard.html
419
+ Core:
420
+ - Async SSL/TLS integration (micropython 1.22+ required)
421
+ - urequest module async redesign for rest clients
422
+ - Notify (telegram) + server (listener - chatbot)
423
+ - Time (ntp location + sunset/sunrise api)
427
424
  ```
428
425
 
429
- Future planned features in version **2.(x+2).0-0**
426
+ Version **3.1.0-0**
430
427
 
431
428
  ```
432
- Core:
433
- - Network stack redesign
434
- - Network
435
- - wifi (defualt, current interfaces)
436
- - Study of ble (Shell)
437
-
438
- Load Module:
439
- - (?)
429
+ Core:
430
+ - Async socket SSL/TLS integration (with auth.)
431
+ - WebCli (http), ShellCli (terminal) and InterCon
432
+ - Study of ESP-NOW (peer-to-peer communication) integration into InterCon (micropython requirements?)
440
433
  ```
441
434
 
442
- Future main Version **3.0.0-0**
435
+ Version **4.0.0-0**
443
436
 
444
437
  ```
445
- Optimization of new features...
446
- Core:
447
- - Low power mode (with ble) and soft-sleep / deep-sleep
438
+ Core:
439
+ - Network stack redesign
440
+ - Network
441
+ - wifi (defualt, current interfaces)
442
+ - Study of BLE (Shell)
443
+ - Low power mode (with BLE) and soft-sleep / deep-sleep
448
444
  ```
449
445
 
450
446
 
@@ -653,7 +649,7 @@ devToolKit.py -c -p '--dev BedLamp conf <a> dump'
653
649
  nwmd : STA
654
650
  timirqcbf : system ha_sta
655
651
  irq_prell_ms: 300
656
- boothook : cct load_n_init
652
+ boothook : cct load
657
653
  aioqueue : 3
658
654
  auth : False
659
655
  timirqseq : 60000
@@ -764,77 +760,85 @@ Bye!
764
760
 
765
761
  ```
766
762
  Core micrOS resources
767
- 1 172 Time.py (mlint: True) (pylint: 8.76) (ref.: 6)
768
- 2 123 micrOSloader.py (mlint: True) (pylint: 7.63) (ref.: 1)
769
- 3 53 Hooks.py (mlint: True) (pylint: 9.62) (ref.: 1)
770
- 4 452 Server.py (mlint: True) (pylint: 9.23) (ref.: 4)
771
- 5 516 Tasks.py (mlint: True) (pylint: 9.46) (ref.: 11)
772
- 6 220 Config.py (mlint: True) (pylint: 9.38) (ref.: 12)
773
- 7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
774
- 8 264 Shell.py (mlint: True) (pylint: 9.4) (ref.: 1)
775
- 9 213 Notify.py (mlint: True) (pylint: 9.57) (ref.: 2)
776
- 10 161 Common.py (mlint: True) (pylint: 8.98) (ref.: 19)
777
- 11 155 InterConnect.py (mlint: True) (pylint: 9.11) (ref.: 1)
778
- 12 204 Debug.py (mlint: True) (pylint: 8.61) (ref.: 23)
779
- 13 214 Network.py (mlint: True) (pylint: 9.64) (ref.: 9)
780
- 14 225 Scheduler.py (mlint: True) (pylint: 9.43) (ref.: 1)
781
- 15 133 microIO.py (mlint: True) (pylint: 9.05) (ref.: 35)
782
- 16 69 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
783
- 17 159 Interrupts.py (mlint: True) (pylint: 9.08) (ref.: 2)
784
- 18 19 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
785
- 19 146 urequests.py (mlint: True) (pylint: 8.79) (ref.: 3)
786
-
787
- SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3507
763
+ 1 154 Time.py (mlint: True) (pylint: 9.17) (ref.: 6)
764
+ 2 104 micrOSloader.py (mlint: True) (pylint: 7.59) (ref.: 1)
765
+ 3 50 Hooks.py (mlint: True) (pylint: 9.68) (ref.: 1)
766
+ 4 418 Server.py (mlint: True) (pylint: 9.29) (ref.: 4)
767
+ 5 454 Tasks.py (mlint: True) (pylint: 9.71) (ref.: 13)
768
+ 6 185 Config.py (mlint: True) (pylint: 9.44) (ref.: 13)
769
+ 7 9 reset.py (mlint: True) (pylint: 8.75) (ref.: 0)
770
+ 8 225 Shell.py (mlint: True) (pylint: 9.61) (ref.: 1)
771
+ 9 179 Notify.py (mlint: True) (pylint: 9.55) (ref.: 2)
772
+ 10 77 Types.py (mlint: True) (pylint: 9.69) (ref.: 11)
773
+ 11 157 Common.py (mlint: True) (pylint: 9.1) (ref.: 24)
774
+ 12 153 InterConnect.py (mlint: True) (pylint: 9.4) (ref.: 1)
775
+ 13 177 Debug.py (mlint: True) (pylint: 8.72) (ref.: 22)
776
+ 14 164 Network.py (mlint: True) (pylint: 9.71) (ref.: 10)
777
+ 15 183 Scheduler.py (mlint: True) (pylint: 9.61) (ref.: 1)
778
+ 16 113 microIO.py (mlint: True) (pylint: 9.08) (ref.: 38)
779
+ 17 49 micrOS.py (mlint: True) (pylint: 9.3) (ref.: 1)
780
+ 18 113 Interrupts.py (mlint: True) (pylint: 9.05) (ref.: 2)
781
+ 19 15 main.py (mlint: True) (pylint: 8.89) (ref.: 0)
782
+ 20 117 urequests.py (mlint: True) (pylint: 8.9) (ref.: 4)
783
+
784
+ SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 3096
788
785
  ```
789
786
 
790
787
  #### micrOS Load Modules
791
788
 
792
789
  ```
793
790
  micrOS Load Module resources
794
- 1 262 LM_roboarm.py (mlint: True) (pylint: 9.18) (ref.: 0)
795
- 2 133 LM_stepper.py (mlint: True) (pylint: 9.04) (ref.: 1)
796
- 3 129 LM_genIO.py (mlint: True) (pylint: 7.42) (ref.: 1)
797
- 4 499 LM_oled_ui.py (mlint: False) (pylint: 8.74) (ref.: 0)
798
- 5 197 LM_system.py (mlint: True) (pylint: 7.48) (ref.: 2)
799
- 6 53 LM_robustness.py (mlint: True) (pylint: 7.04) (ref.: 0)
800
- 7 122 LM_co2.py (mlint: True) (pylint: 8.39) (ref.: 3)
801
- 8 217 LM_oled.py (mlint: True) (pylint: 9.31) (ref.: 1)
802
- 9 85 LM_tinyrgb.py (mlint: True) (pylint: 8.18) (ref.: 0)
803
- 10 104 LM_aht10.py (mlint: False) (pylint: 8.39) (ref.: 0)
804
- 11 299 LM_bme280.py (mlint: True) (pylint: 7.98) (ref.: 0)
805
- 12 39 LM_ph_sensor.py (mlint: True) (pylint: 6.32) (ref.: 0)
806
- 13 240 LM_buzzer.py (mlint: True) (pylint: 8.79) (ref.: 0)
807
- 14 224 LM_switch.py (mlint: True) (pylint: 8.64) (ref.: 2)
808
- 15 124 LM_servo.py (mlint: True) (pylint: 7.87) (ref.: 4)
809
- 16 49 LM_rgbcct.py (mlint: True) (pylint: 8.57) (ref.: 0)
810
- 17 280 LM_oled_sh1106.py (mlint: True) (pylint: 8.88) (ref.: 1)
811
- 18 304 LM_neopixel.py (mlint: True) (pylint: 7.34) (ref.: 2)
812
- 19 317 LM_cct.py (mlint: True) (pylint: 8.65) (ref.: 1)
813
- 20 47 LM_L9110_DCmotor.py (mlint: True) (pylint: 8.08) (ref.: 0)
814
- 21 283 LM_neoeffects.py (mlint: True) (pylint: 6.97) (ref.: 0)
815
- 22 33 LM_i2c.py (mlint: True) (pylint: 6.43) (ref.: 0)
816
- 23 72 LM_dht22.py (mlint: True) (pylint: 7.78) (ref.: 0)
817
- 24 68 LM_L298N_DCmotor.py (mlint: True) (pylint: 9.02) (ref.: 0)
818
- 25 44 LM_esp32.py (mlint: True) (pylint: 5.0) (ref.: 0)
819
- 26 64 LM_pet_feeder.py (mlint: True) (pylint: 7.94) (ref.: 0)
820
- 27 87 LM_rencoder.py (mlint: False) (pylint: 8.24) (ref.: 0)
821
- 28 72 LM_dht11.py (mlint: True) (pylint: 7.78) (ref.: 0)
822
- 29 76 LM_telegram.py (mlint: False) (pylint: 9.15) (ref.: 0)
823
- 30 161 LM_OV2640.py (mlint: False) (pylint: 8.94) (ref.: 0)
824
- 31 282 LM_rgb.py (mlint: True) (pylint: 8.4) (ref.: 2)
825
- 32 70 LM_distance.py (mlint: True) (pylint: 8.37) (ref.: 0)
826
- 33 323 LM_VL53L0X.py (mlint: True) (pylint: 9.14) (ref.: 0)
827
- 34 107 LM_light_sensor.py (mlint: True) (pylint: 8.91) (ref.: 0)
828
- 35 12 LM_rp2w.py (mlint: True) (pylint: 5.56) (ref.: 0)
829
- 36 207 LM_presence.py (mlint: False) (pylint: 8.38) (ref.: 4)
830
- 37 200 LM_dimmer.py (mlint: True) (pylint: 8.32) (ref.: 0)
831
- 38 60 LM_demo.py (mlint: False) (pylint: 8.46) (ref.: 0)
832
- 39 96 LM_lmpacman.py (mlint: True) (pylint: 6.98) (ref.: 0)
833
- 40 60 LM_catgame.py (mlint: True) (pylint: 8.85) (ref.: 0)
834
- 41 46 LM_intercon.py (mlint: True) (pylint: 8.64) (ref.: 3)
835
- 42 54 LM_ds18.py (mlint: True) (pylint: 5.38) (ref.: 0)
836
-
837
- SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6201
791
+ 1 231 LM_roboarm.py (mlint: True) (pylint: 9.11) (ref.: 0)
792
+ 2 122 LM_stepper.py (mlint: True) (pylint: 8.9) (ref.: 1)
793
+ 3 118 LM_genIO.py (mlint: True) (pylint: 7.26) (ref.: 1)
794
+ 4 498 LM_oled_ui.py (mlint: False) (pylint: 8.83) (ref.: 0)
795
+ 5 190 LM_system.py (mlint: True) (pylint: 7.57) (ref.: 3)
796
+ 6 63 LM_robustness.py (mlint: True) (pylint: 7.5) (ref.: 0)
797
+ 7 115 LM_co2.py (mlint: True) (pylint: 8.42) (ref.: 3)
798
+ 8 34 LM_rest.py (mlint: False) (pylint: 7.0) (ref.: 0)
799
+ 9 266 LM_oled.py (mlint: True) (pylint: 9.23) (ref.: 3)
800
+ 10 72 LM_tinyrgb.py (mlint: True) (pylint: 7.95) (ref.: 0)
801
+ 11 96 LM_aht10.py (mlint: True) (pylint: 8.73) (ref.: 0)
802
+ 12 293 LM_bme280.py (mlint: True) (pylint: 8.03) (ref.: 0)
803
+ 13 37 LM_ph_sensor.py (mlint: True) (pylint: 5.79) (ref.: 0)
804
+ 14 241 LM_buzzer.py (mlint: True) (pylint: 8.83) (ref.: 0)
805
+ 15 199 LM_switch.py (mlint: True) (pylint: 8.56) (ref.: 2)
806
+ 16 113 LM_servo.py (mlint: True) (pylint: 7.73) (ref.: 4)
807
+ 17 53 LM_rgbcct.py (mlint: True) (pylint: 8.62) (ref.: 0)
808
+ 18 284 LM_oled_sh1106.py (mlint: True) (pylint: 8.79) (ref.: 1)
809
+ 19 150 LM_ld2410.py (mlint: True) (pylint: 9.07) (ref.: 0)
810
+ 20 273 LM_neopixel.py (mlint: True) (pylint: 7.59) (ref.: 2)
811
+ 21 274 LM_cct.py (mlint: True) (pylint: 8.83) (ref.: 1)
812
+ 22 38 LM_L9110_DCmotor.py (mlint: True) (pylint: 7.69) (ref.: 0)
813
+ 23 256 LM_neoeffects.py (mlint: True) (pylint: 6.91) (ref.: 0)
814
+ 24 30 LM_i2c.py (mlint: True) (pylint: 5.71) (ref.: 0)
815
+ 25 69 LM_dht22.py (mlint: True) (pylint: 8.0) (ref.: 0)
816
+ 26 59 LM_L298N_DCmotor.py (mlint: True) (pylint: 8.78) (ref.: 0)
817
+ 27 37 LM_esp32.py (mlint: True) (pylint: 4.38) (ref.: 0)
818
+ 28 56 LM_pet_feeder.py (mlint: True) (pylint: 7.88) (ref.: 0)
819
+ 29 82 LM_rencoder.py (mlint: True) (pylint: 8.92) (ref.: 0)
820
+ 30 247 LM_keychain.py (mlint: False) (pylint: 9.14) (ref.: 0)
821
+ 31 69 LM_dht11.py (mlint: True) (pylint: 8.0) (ref.: 0)
822
+ 32 74 LM_telegram.py (mlint: False) (pylint: 8.94) (ref.: 0)
823
+ 33 177 LM_OV2640.py (mlint: False) (pylint: 9.06) (ref.: 0)
824
+ 34 249 LM_rgb.py (mlint: True) (pylint: 8.66) (ref.: 1)
825
+ 35 62 LM_distance.py (mlint: True) (pylint: 8.14) (ref.: 0)
826
+ 36 313 LM_VL53L0X.py (mlint: True) (pylint: 9.07) (ref.: 0)
827
+ 37 107 LM_light_sensor.py (mlint: True) (pylint: 8.94) (ref.: 0)
828
+ 38 12 LM_rp2w.py (mlint: True) (pylint: 4.44) (ref.: 0)
829
+ 39 190 LM_presence.py (mlint: True) (pylint: 8.75) (ref.: 4)
830
+ 40 29 LM_dashboard_be.py (mlint: True) (pylint: 6.5) (ref.: 0)
831
+ 41 170 LM_dimmer.py (mlint: True) (pylint: 8.22) (ref.: 0)
832
+ 42 66 LM_demo.py (mlint: False) (pylint: 8.21) (ref.: 0)
833
+ 43 105 LM_lmpacman.py (mlint: True) (pylint: 8.38) (ref.: 0)
834
+ 44 176 LM_gameOfLife.py (mlint: True) (pylint: 9.29) (ref.: 2)
835
+ 45 58 LM_catgame.py (mlint: True) (pylint: 8.46) (ref.: 0)
836
+ 46 42 LM_intercon.py (mlint: True) (pylint: 8.18) (ref.: 3)
837
+ 47 43 LM_ds18.py (mlint: True) (pylint: 5.0) (ref.: 2)
838
+ 48 250 LM_i2s_mic.py (mlint: False) (pylint: 8.71) (ref.: 1)
839
+ 49 34 LM_sdcard.py (mlint: True) (pylint: 7.88) (ref.: 0)
840
+
841
+ SUM CODE LINES (WITH COMMENTS, WITHOUT EMPTY LINES): 6822
838
842
  ```
839
843
 
840
844
  > LM (Load Modules) - Application logic - accessable over socket server as a command