From b623059d3468311bce1afe5e9ea17312da2a1b78 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Aug 2022 22:57:23 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 18099acb..c0934691 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -61,6 +61,8 @@ WiFiClient client; byte green_led_counter = 0; char call[] = "AMSAT"; // put your callsign here +extern void get_image_file(); + void setup() { set_sys_clock_khz(133000, true);