Skip to content

Commit

Permalink
issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed committed Jan 20, 2023
1 parent 515d564 commit f9f5c31
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 81 deletions.
5 changes: 3 additions & 2 deletions Firmware/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ int main(void)


sim_init(&sim);
if (sim_gprs_enable()) HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_13);;
sim_tcp_send("18.197.145.205","1883","hello",5,1);
if (sim_gprs_enable())
HAL_GPIO_TogglePin(GPIOB,GPIO_PIN_13);;
//sim_tcp_send("18.197.145.205","1883","hello",5,1);
//sim_gps_enable();

//char position[23];
Expand Down
Loading

0 comments on commit f9f5c31

Please sign in to comment.