Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Module/COMX_NB-IoT/COMX_NB-IoT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void setup()
{
// put your setup code here, to run once:
M5.begin();
Serial.begin(115200);
//Serial.begin(115200); compl //conflict with M5.begin() that include Serial init.
Serial2.begin(115200, SERIAL_8N1, 5, 13);
//Serial.printf("FUCK STC\n");

Expand Down