Update cubesatsim.ino

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent d90fcac9a6
commit b623059d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,6 +61,8 @@ WiFiClient client;
byte green_led_counter = 0; byte green_led_counter = 0;
char call[] = "AMSAT"; // put your callsign here char call[] = "AMSAT"; // put your callsign here
extern void get_image_file();
void setup() { void setup() {
set_sys_clock_khz(133000, true); set_sys_clock_khz(133000, true);

Loading…
Cancel
Save

Powered by TurnKey Linux.