Skip to content

Commit

Permalink
uC compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 14, 2024
1 parent d1aa001 commit 40961e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microcontrollers/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ void setup() {
#endif

draw_status(13);
init_snmp(&snmp_, &snmp_data_, &ios, &is, get_diskspace, bs, &cpu_usage, &ram_free_kb, &stop);
init_snmp(&snmp_, &snmp_data_, &ios, &is, get_diskspace, bs, &cpu_usage, &ram_free_kb, &stop, 161);

draw_status(14);
if (bs->begin() == false) {
Expand Down

0 comments on commit 40961e0

Please sign in to comment.