Created
April 13, 2025 18:44
-
-
Save maxpromer/d94b339b8801bb55f3ce79fcd2f136c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Am_Alert_Massage_Option_t option; // สร้างตัวแปร option | |
option.image.url = "https://img2.pic.in.th/pic/IMG20230921232431.jpeg"; // ลิ้งรูป ไฟล์ JPEG ขนาดไม่เกิน 2048×2048px | |
if (Alert.send("User ID/Group ID", "รถโดยขโมย", &option)) { // ส่งข้อความ "รถโดนขโมย" ไปที่ Am Alert | |
Serial.println("Send notify successful"); | |
} else { | |
Serial.printf("Send notify fail. check your token (code: %d)\n", Alert.status_code); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment