@@ -44,15 +44,15 @@ Installing LOGICROM Platform
44
44
45
45
.. image :: ../_static/platformio-ide-platforms-page.png
46
46
47
- 3. On Platforms Page, Click on "Advanced Installation " button.
47
+ 3. On Platforms Page, Click on "Embedded " button on the top toolbar .
48
48
49
- .. image :: ../_static/platformio-ide-advance-installation .png
49
+ .. image :: ../_static/platformio-ide-embedded-menu .png
50
50
51
- 4. In the box marked ``1 ``, Add repository link for platform-logicrom
52
- ``https://github.com/waybyte/platform-logicrom.git `` and hit install button
53
- marked ``2 ``.
51
+ 4. Type "Logicrom" in the search box as shown, and click on "LOGICROM Development Platform".
54
52
55
- .. image :: ../_static/platformio-ide-platform-install.png
53
+ .. image :: ../_static/platformio-ide-logicrom-search.png
54
+
55
+ 5. On Logicrom Platform page, Click install button as shown.
56
56
57
57
You have successfully installed LOGICROM Platform
58
58
@@ -147,7 +147,7 @@ logicromsdk debug library.
147
147
[env:s20gsm_debug] ; Env Name
148
148
platform = logicrom
149
149
board = s20gsm
150
- framework = logicromsdk
150
+ framework = arduino
151
151
152
152
build_type = debug ; Build Type
153
153
debug_build_flags = -Os -g2 ; Extra flags for build
@@ -176,7 +176,7 @@ Installing LOGICROM Platform
176
176
1. Download and Install Arduino IDE from `ardino website <https://www.arduino.cc/ >`_
177
177
2. Open Arduino IDE, Go to **File ** > **Preferences **
178
178
3. Add LOGICROM Boards URL to *Additional Board Manager URLs * and click OK.
179
- ``https://siwiembedded .github.io/package_logicrom_index.json ``
179
+ ``https://waybyte .github.io/package_logicrom_index.json ``
180
180
181
181
.. image :: ../_static/arduino-ide-prefs.png
182
182
0 commit comments