waybyte / arduino_logicrom

Arduino framework for 4G LTE Cat.1, GSM and NB-IoT Modules from Quectel and Neoway
MIT License
16 stars 7 forks source link

Compiling issue with platfromio Variant.h Not found! #2

Closed amir-hg closed 2 years ago

amir-hg commented 2 years ago

Hi I want to compile an Arduino empty project by using platformio bu following error appears. Before pasting error let me show my platform.init and main.cpp

my platformio.ini file content:


[env:sim868]
platform = logicrom
board = sim868
framework = arduino

main.cpp content:

#include <Arduino.h>
void setup() {
}

void loop() {
}

Logs: pio run Processing sim868 (platform: logicrom; board: sim868; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/logicrom/sim868.html PLATFORM: Logicrom Development Platform (0.9.2) > SIMCOM SIM868 GSM Module HARDWARE: MT2503 260MHz, 94KB RAM, 256KB Flash PACKAGES:








ajaybhargav commented 2 years ago

Hi Amir, SIM868 is not added to Arduino framework yet. Mistake is on our side, We will add SIM868 in next release. I will update when it's done.

ajaybhargav commented 2 years ago

Support for SIM868 added in v0.9.3