Update branding, set correct phone number
This commit is contained in:
parent
562d36bfae
commit
cbe21c5df6
5
main.c
5
main.c
@ -6,7 +6,8 @@
|
|||||||
#define SMS_END "\032\n"
|
#define SMS_END "\032\n"
|
||||||
#define SIM800_DELAY_TIME 100
|
#define SIM800_DELAY_TIME 100
|
||||||
|
|
||||||
#define TARGET_PHONE "+79208109798"
|
//#define TARGET_PHONE "+79208109798" // мой номер
|
||||||
|
#define TARGET_PHONE "+79536215150" // номер "Данила Меркунов Агромаг"
|
||||||
//#define TARGET_PHONE "+7huipissy69"
|
//#define TARGET_PHONE "+7huipissy69"
|
||||||
|
|
||||||
#define MEASUREMENTS 6
|
#define MEASUREMENTS 6
|
||||||
@ -297,7 +298,7 @@ int main() {
|
|||||||
|
|
||||||
sim800_prepare_sms();
|
sim800_prepare_sms();
|
||||||
_delay_ms(SIM800_DELAY_TIME);
|
_delay_ms(SIM800_DELAY_TIME);
|
||||||
uart_write_fstr(PSTR("I'm working!" SMS_END)); // сама смска
|
uart_write_fstr(PSTR("I'm working! Developed by Vlados31, PodvalTechnologies, HCC." SMS_END)); // сама смска
|
||||||
sim800_wait_for_sms_send();
|
sim800_wait_for_sms_send();
|
||||||
|
|
||||||
// отправляем сразу же телеметрию
|
// отправляем сразу же телеметрию
|
||||||
|
Loading…
x
Reference in New Issue
Block a user