Skip to content

Instantly share code, notes, and snippets.

@maxpromer
Last active March 3, 2025 18:35
Show Gist options
  • Save maxpromer/8971d36122e8e2d8ebf0b64f52a2858c to your computer and use it in GitHub Desktop.
Save maxpromer/8971d36122e8e2d8ebf0b64f52a2858c to your computer and use it in GitHub Desktop.
if (LINE.send("User ID/Group ID", "รถโดนขโมย")) { // ถ้าส่งข้อความ "รถโดนขโมย" ไปที่ LINE สำเร็จ
Serial.println("Send notify successful"); // ส่งข้อความ "Send notify successful" ไปที่ Serial Monitor
} else { // ถ้าส่งไม่สำเร็จ
Serial.printf("Send notify fail. check your token (code: %d)\n", LINE.status_code); // ส่งข้อความ "Send notify fail" ไปที่ Serial Monitor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment